Html Css Color HEX #997016 Golden Brown

📋 copy color: '#997016'

red 153 ◦ green 112 ◦ blue 22

#997016
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #997016

Tints of Golden Brown #997016

RGB

 RED value IS 153 (60.16% from 255) = 53.31%

 GREEN value IS 112 (44.14% from 255) = 39.02%

 BLUE value IS 22 (8.98% from 255) = 7.67%

R = 53.31%
G = 39.02%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#997016 (or 0x997016) is known color: Golden Brown. HEX triplet: 99, 70 and 16. RGB value is (153,112,22). Sum of RGB (Red+Green+Blue) = 153+112+22=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #997016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997016 is #668FE9. Grayscale: #727272. Windows color (decimal): -6721514 or 1470617. OLE color: 1470617.

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

Color convert

RGB 153 112 22 -
CMYK 0 0.27 0.86 0.4
HSL 41.22º 0.75% 0.34% -
HSV(B) 41.22º 0.86% 0.6% -
XYZ 19.08 18.42 3.31 -
YUV 114 76.08 155.82 -
System Red Green Blue C M Y K H S L
Decimal 153 112 22 0 0.27 0.86 0.4 41.22 0.75 0.34
Hex 99 70 16 0 1B 56 28 29 4B 22
Octal 231 160 26 0 33 126 50 51 113 42
Binary 10011001 1110000 10110 0 11011 1010110 101000 101001 1001011 100010

Color Harmonies of #997016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997016

Black with #997016

Text Example


Text Example

White with #997016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997016; }

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

 H1.HeaderClassName
 {
   color: #997016;
 }
 .AnyTagClassName
 {
   color: #997016;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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