#9D6A2E

Color #9D6A2E Buttered Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttered Rum #9D6A2E

Tints of Buttered Rum #9D6A2E

Color information

#9D6A2E (or 0x9D6A2E) is unknown color: approx Buttered Rum. HEX triplet: 9D, 6A and 2E. RGB value is (157,106,46). Sum of RGB (Red+Green+Blue) = 157+106+46=309 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.81% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6A2E is #6295D1. Grayscale: #727272. Windows color (decimal): -6460882 or 3041949. OLE color: 3041949.

HSL color Cylindrical-coordinate representation of color #9D6A2E: hue angle of 32.43º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9D6A2E is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB15710646-
CMYK00.320.710.38
HSL32.43º54.68%39.8%-
HSV(B)32.43º70.7%61.57%-
XYZ19.5517.674.97-
YUV114.4189.4158.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 50.81%
GREEN value IS 106 (41.80% from 255) = 34.30%
BLUE value IS 46 (18.36% from 255) = 14.89%
R=50.81%
G=34.30%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571064600.320.710.3832.4354.6839.8
Hex9D6A2E0204726203728
Octal2351525604010746406750
Binary10011101110101010111001000001000111100110100000110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D6A2E; }

 p { color: rgb(157,106,46); }

 H1.HeaderClassName
 {
   color: #9D6A2E;
 }
 .AnyTagClassName
 {
   color: #9D6A2E;
 }
</style>
background-color css

<style>
 a { background-color: #9D6A2E; }

 a { background-color: rgb(157,106,46); }

 div.DivClassName
 {
   background-color: #9D6A2E;
 }
 .BgClassName
 {
   background-color: #9D6A2E;
 }
</style>
border-color css

<style>
 span { border-color: #9D6A2E; }

 span { border-color: rgb(157,106,46); }

 td.TdClassName
 {
   border-color: #9D6A2E;
 }
 .TagClassName
 {
   border-color: #9D6A2E;
 }
</style>