Html Css Color HEX #997008 Golden Brown

📋 copy color: '#997008'

red 153 ◦ green 112 ◦ blue 8

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

Shades of Golden Brown #997008

Tints of Golden Brown #997008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.93%

R = 56.04%
G = 41.03%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#997008 (or 0x997008) is known color: Golden Brown. HEX triplet: 99, 70 and 08. RGB value is (153,112,8). Sum of RGB (Red+Green+Blue) = 153+112+8=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #997008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997008 is #668FF7. Grayscale: #707070. Windows color (decimal): -6721528 or 553113. OLE color: 553113.

HSL color Cylindrical-coordinate representation of color #997008: hue angle of 43.03º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #997008 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 112 8 -
CMYK 0 0.27 0.95 0.4
HSL 43.03º 0.9% 0.32% -
HSV(B) 43.03º 0.95% 0.6% -
XYZ 18.97 18.38 2.78 -
YUV 112.4 69.08 156.96 -
System Red Green Blue C M Y K H S L
Decimal 153 112 8 0 0.27 0.95 0.4 43.03 0.9 0.32
Hex 99 70 8 0 1B 5F 28 2B 5A 20
Octal 231 160 10 0 33 137 50 53 132 40
Binary 10011001 1110000 1000 0 11011 1011111 101000 101011 1011010 100000

Color Harmonies of #997008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997008

Black with #997008

Text Example


Text Example

White with #997008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997008; }

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

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

background-color css

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

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

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

border-color css

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

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

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