#966E36

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

Shades of Buttered Rum #966E36

Tints of Buttered Rum #966E36

Color information

#966E36 (or 0x966E36) is unknown color: approx Buttered Rum. HEX triplet: 96, 6E and 36. RGB value is (150,110,54). Sum of RGB (Red+Green+Blue) = 150+110+54=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #966E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966E36 is #6991C9. Grayscale: #737373. Windows color (decimal): -6918602 or 3567254. OLE color: 3567254.

HSL color Cylindrical-coordinate representation of color #966E36: hue angle of 35º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #966E36 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB15011054-
CMYK00.270.640.41
HSL35º47.06%40%-
HSV(B)35º64%58.82%-
XYZ18.8217.95.95-
YUV115.5893.25152.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.77%
GREEN value IS 110 (43.36% from 255) = 35.03%
BLUE value IS 54 (21.48% from 255) = 17.20%
R=47.77%
G=35.03%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501105400.270.640.413547.0640
Hex966E3601B4029232f28
Octal2261566603310051435750
Binary1001011011011101101100110111000000101001100011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966E36; }

 p { color: rgb(150,110,54); }

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

<style>
 a { background-color: #966E36; }

 a { background-color: rgb(150,110,54); }

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

<style>
 span { border-color: #966E36; }

 span { border-color: rgb(150,110,54); }

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