#996E0A

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

Shades of Golden Brown #996E0A

Tints of Golden Brown #996E0A

Color information

#996E0A (or 0x996E0A) is unknown color: approx Golden Brown. HEX triplet: 99, 6E and 0A. RGB value is (153,110,10). Sum of RGB (Red+Green+Blue) = 153+110+10=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #996E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996E0A is #6691F5. Grayscale: #6F6F6F. Windows color (decimal): -6722038 or 683673. OLE color: 683673.

HSL color Cylindrical-coordinate representation of color #996E0A: hue angle of 41.96º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #996E0A is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB15311010-
CMYK00.280.930.4
HSL41.96º87.73%31.96%-
HSV(B)41.96º93.46%60%-
XYZ18.7717.952.76-
YUV111.4670.75157.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.04%
GREEN value IS 110 (43.36% from 255) = 40.29%
BLUE value IS 10 (4.30% from 255) = 3.66%
R=56.04%
G=40.29%
B=3.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531101000.280.930.441.9687.7331.96
Hex996EA01C5D282a5820
Octal23115612034135505213040
Binary100110011101110101001110010111011010001010101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996E0A; }

 p { color: rgb(153,110,10); }

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

<style>
 a { background-color: #996E0A; }

 a { background-color: rgb(153,110,10); }

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

<style>
 span { border-color: #996E0A; }

 span { border-color: rgb(153,110,10); }

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