#966C06

Color #966C06 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #966C06

Tints of Golden Brown #966C06

Color information

#966C06 (or 0x966C06) is unknown color: approx Golden Brown. HEX triplet: 96, 6C and 06. RGB value is (150,108,6). Sum of RGB (Red+Green+Blue) = 150+108+6=264 (34% of max value = 765). Red value is 150 (58.98% from 255 or 56.82% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 150 - color contains mainly: red. Hex color #966C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966C06 is #6993F9. Grayscale: #6D6D6D. Windows color (decimal): -6919162 or 421014. OLE color: 421014.

HSL color Cylindrical-coordinate representation of color #966C06: hue angle of 42.5º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #966C06 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB1501086-
CMYK00.280.960.41
HSL42.5º92.31%30.59%-
HSV(B)42.5º96%58.82%-
XYZ17.9717.222.55-
YUV108.9369.91157.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.82%
GREEN value IS 108 (42.58% from 255) = 40.91%
BLUE value IS 6 (2.73% from 255) = 2.27%
R=56.82%
G=40.91%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150108600.280.960.4142.592.3130.59
Hex966C601C60292a5c1f
Octal2261546034140515213437
Binary1001011011011001100111001100000101001101010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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