#966F37

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

Shades of Buttered Rum #966F37

Tints of Buttered Rum #966F37

Color information

#966F37 (or 0x966F37) is unknown color: approx Buttered Rum. HEX triplet: 96, 6F and 37. RGB value is (150,111,55). Sum of RGB (Red+Green+Blue) = 150+111+55=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #966F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F37 is #6990C8. Grayscale: #747474. Windows color (decimal): -6918345 or 3633046. OLE color: 3633046.

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

Color convert

RGB15011155-
CMYK00.260.630.41
HSL35.37º46.34%40.2%-
HSV(B)35.37º63.33%58.82%-
XYZ18.9518.136.11-
YUV116.2893.42152.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.47%
GREEN value IS 111 (43.75% from 255) = 35.13%
BLUE value IS 55 (21.88% from 255) = 17.41%
R=47.47%
G=35.13%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501115500.260.630.4135.3746.3440.2
Hex966F3701A3F29232e28
Octal226157670327751435650
Binary100101101101111110111011010111111101001100011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,111,55); }

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

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

 a { background-color: rgb(150,111,55); }

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

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

 span { border-color: rgb(150,111,55); }

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