#996D11

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

Shades of Golden Brown #996D11

Tints of Golden Brown #996D11

Color information

#996D11 (or 0x996D11) is unknown color: approx Golden Brown. HEX triplet: 99, 6D and 11. RGB value is (153,109,17). Sum of RGB (Red+Green+Blue) = 153+109+17=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #996D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996D11 is #6692EE. Grayscale: #707070. Windows color (decimal): -6722287 or 1142169. OLE color: 1142169.

HSL color Cylindrical-coordinate representation of color #996D11: hue angle of 40.59º 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 #996D11 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB15310917-
CMYK00.290.890.4
HSL40.59º80%33.33%-
HSV(B)40.59º88.89%60%-
XYZ18.7117.752.97-
YUV111.6774.58157.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.84%
GREEN value IS 109 (42.97% from 255) = 39.07%
BLUE value IS 17 (7.03% from 255) = 6.09%
R=54.84%
G=39.07%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.89
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531091700.290.890.440.598033.33
Hex996D1101D5928295021
Octal23115521035131505112041
Binary1001100111011011000101110110110011010001010011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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