#996E11

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

Shades of Golden Brown #996E11

Tints of Golden Brown #996E11

Color information

#996E11 (or 0x996E11) is unknown color: approx Golden Brown. HEX triplet: 99, 6E and 11. RGB value is (153,110,17). Sum of RGB (Red+Green+Blue) = 153+110+17=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #996E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996E11 is #6691EE. Grayscale: #707070. Windows color (decimal): -6722031 or 1142425. OLE color: 1142425.

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

Color convert

RGB15311017-
CMYK00.280.890.4
HSL41.03º80%33.33%-
HSV(B)41.03º88.89%60%-
XYZ18.8117.963.01-
YUV112.2674.25157.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.64%
GREEN value IS 110 (43.36% from 255) = 39.29%
BLUE value IS 17 (7.03% from 255) = 6.07%
R=54.64%
G=39.29%
B=6.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.89
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531101700.280.890.441.038033.33
Hex996E1101C5928295021
Octal23115621034131505112041
Binary1001100111011101000101110010110011010001010011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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