#996116

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

Shades of Golden Brown #996116

Tints of Golden Brown #996116

Color information

#996116 (or 0x996116) is unknown color: approx Golden Brown. HEX triplet: 99, 61 and 16. RGB value is (153,97,22). Sum of RGB (Red+Green+Blue) = 153+97+22=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #996116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996116 is #669EE9. Grayscale: #696969. Windows color (decimal): -6725354 or 1466777. OLE color: 1466777.

HSL color Cylindrical-coordinate representation of color #996116: hue angle of 34.35º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #996116 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB1539722-
CMYK00.370.860.4
HSL34.35º74.86%34.31%-
HSV(B)34.35º85.62%60%-
XYZ17.5615.382.8-
YUV105.1981.05162.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.25%
GREEN value IS 97 (38.28% from 255) = 35.66%
BLUE value IS 22 (8.98% from 255) = 8.09%
R=56.25%
G=35.66%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153972200.370.860.434.3574.8634.31
Hex9961160255628224b22
Octal23114126045126504211342
Binary10011001110000110110010010110101101010001000101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996116; }

 p { color: rgb(153,97,22); }

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

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

 a { background-color: rgb(153,97,22); }

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

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

 span { border-color: rgb(153,97,22); }

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