#966C0A

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

Shades of Golden Brown #966C0A

Tints of Golden Brown #966C0A

Color information

#966C0A (or 0x966C0A) is unknown color: approx Golden Brown. HEX triplet: 96, 6C and 0A. RGB value is (150,108,10). Sum of RGB (Red+Green+Blue) = 150+108+10=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #966C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966C0A is #6993F5. Grayscale: #6D6D6D. Windows color (decimal): -6919158 or 683158. OLE color: 683158.

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

Color convert

RGB15010810-
CMYK00.280.930.41
HSL42º87.5%31.37%-
HSV(B)42º93.33%58.82%-
XYZ1817.232.66-
YUV109.3971.91156.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.97%
GREEN value IS 108 (42.58% from 255) = 40.30%
BLUE value IS 10 (4.30% from 255) = 3.73%
R=55.97%
G=40.30%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501081000.280.930.414287.531.37
Hex966CA01C5D292a581f
Octal22615412034135515213037
Binary10010110110110010100111001011101101001101010101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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