Html Css Color HEX #997206 Golden Brown

📋 copy color: '#997206'

red 153 ◦ green 114 ◦ blue 6

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

Shades of Golden Brown #997206

Tints of Golden Brown #997206

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.76%

 BLUE value IS 6 (2.73% from 255) = 2.2%

R = 56.04%
G = 41.76%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.4

RGB Variations

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

Color information

#997206 (or 0x997206) is known color: Golden Brown. HEX triplet: 99, 72 and 06. RGB value is (153,114,6). Sum of RGB (Red+Green+Blue) = 153+114+6=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #997206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997206 is #668DF9. Grayscale: #717171. Windows color (decimal): -6721018 or 422553. OLE color: 422553.

HSL color Cylindrical-coordinate representation of color #997206: hue angle of 44.08º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #997206 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 114 6 -
CMYK 0 0.25 0.96 0.4
HSL 44.08º 0.92% 0.31% -
HSV(B) 44.08º 0.96% 0.6% -
XYZ 19.19 18.82 2.79 -
YUV 113.35 67.42 156.28 -
System Red Green Blue C M Y K H S L
Decimal 153 114 6 0 0.25 0.96 0.4 44.08 0.92 0.31
Hex 99 72 6 0 19 60 28 2C 5C 1F
Octal 231 162 6 0 31 140 50 54 134 37
Binary 10011001 1110010 110 0 11001 1100000 101000 101100 1011100 11111

Color Harmonies of #997206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997206

Black with #997206

Text Example


Text Example

White with #997206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997206; }

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

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

background-color css

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

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

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

border-color css

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

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

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