#966C38

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

Shades of Buttered Rum #966C38

Tints of Buttered Rum #966C38

Color information

#966C38 (or 0x966C38) is unknown color: approx Buttered Rum. HEX triplet: 96, 6C and 38. RGB value is (150,108,56). Sum of RGB (Red+Green+Blue) = 150+108+56=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #966C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966C38 is #6993C7. Grayscale: #727272. Windows color (decimal): -6919112 or 3697814. OLE color: 3697814.

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

Color convert

RGB15010856-
CMYK00.280.630.41
HSL33.19º45.63%40.39%-
HSV(B)33.19º62.67%58.82%-
XYZ18.6517.496.14-
YUV114.6394.91153.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.77%
GREEN value IS 108 (42.58% from 255) = 34.39%
BLUE value IS 56 (22.27% from 255) = 17.83%
R=47.77%
G=34.39%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501085600.280.630.4133.1945.6340.39
Hex966C3801C3F29212e28
Octal226154700347751415650
Binary100101101101100111000011100111111101001100001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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