#9C6E40

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

Shades of Buttered Rum #9C6E40

Tints of Buttered Rum #9C6E40

Color information

#9C6E40 (or 0x9C6E40) is unknown color: approx Buttered Rum. HEX triplet: 9C, 6E and 40. RGB value is (156,110,64). Sum of RGB (Red+Green+Blue) = 156+110+64=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6E40 is #6391BF. Grayscale: #767676. Windows color (decimal): -6525376 or 4222620. OLE color: 4222620.

HSL color Cylindrical-coordinate representation of color #9C6E40: hue angle of 30º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C6E40 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB15611064-
CMYK00.290.590.39
HSL30º41.82%43.14%-
HSV(B)30º58.97%61.18%-
XYZ20.2118.597.37-
YUV118.5197.24154.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.27%
GREEN value IS 110 (43.36% from 255) = 33.33%
BLUE value IS 64 (25.39% from 255) = 19.39%
R=47.27%
G=33.33%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561106400.290.590.393041.8243.14
Hex9C6E4001D3B271e2a2b
Octal2341561000357347365253
Binary100111001101110100000001110111101110011111110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,110,64); }

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

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

 a { background-color: rgb(156,110,64); }

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

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

 span { border-color: rgb(156,110,64); }

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