#966F38

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

Shades of Buttered Rum #966F38

Tints of Buttered Rum #966F38

Color information

#966F38 (or 0x966F38) is unknown color: approx Buttered Rum. HEX triplet: 96, 6F and 38. RGB value is (150,111,56). Sum of RGB (Red+Green+Blue) = 150+111+56=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #966F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F38 is #6990C7. Grayscale: #747474. Windows color (decimal): -6918344 or 3698582. OLE color: 3698582.

HSL color Cylindrical-coordinate representation of color #966F38: hue angle of 35.11º 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 #966F38 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB15011156-
CMYK00.260.630.41
HSL35.11º45.63%40.39%-
HSV(B)35.11º62.67%58.82%-
XYZ18.9818.146.24-
YUV116.3993.92151.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.32%
GREEN value IS 111 (43.75% from 255) = 35.02%
BLUE value IS 56 (22.27% from 255) = 17.67%
R=47.32%
G=35.02%
B=17.67%

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
Decimal1501115600.260.630.4135.1145.6340.39
Hex966F3801A3F29232e28
Octal226157700327751435650
Binary100101101101111111000011010111111101001100011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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