#997216

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

Shades of Golden Brown #997216

Tints of Golden Brown #997216

Color information

#997216 (or 0x997216) is unknown color: approx Golden Brown. HEX triplet: 99, 72 and 16. RGB value is (153,114,22). Sum of RGB (Red+Green+Blue) = 153+114+22=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #997216 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997216 is #668DE9. Grayscale: #737373. Windows color (decimal): -6721002 or 1471129. OLE color: 1471129.

HSL color Cylindrical-coordinate representation of color #997216: hue angle of 42.14º 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 #997216 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB15311422-
CMYK00.250.860.4
HSL42.14º74.86%34.31%-
HSV(B)42.14º85.62%60%-
XYZ19.318.863.38-
YUV115.1775.42154.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.94%
GREEN value IS 114 (44.92% from 255) = 39.45%
BLUE value IS 22 (8.98% from 255) = 7.61%
R=52.94%
G=39.45%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531142200.250.860.442.1474.8634.31
Hex99721601956282a4b22
Octal23116226031126505211342
Binary1001100111100101011001100110101101010001010101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997216; }

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

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

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

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

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

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

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

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