Html Css Color HEX #997208 Golden Brown

📋 copy color: '#997208'

red 153 ◦ green 114 ◦ blue 8

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

Shades of Golden Brown #997208

Tints of Golden Brown #997208

RGB

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

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

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

R = 55.64%
G = 41.45%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#997208 (or 0x997208) is known color: Golden Brown. HEX triplet: 99, 72 and 08. RGB value is (153,114,8). Sum of RGB (Red+Green+Blue) = 153+114+8=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #997208 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997208 is #668DF7. Grayscale: #727272. Windows color (decimal): -6721016 or 553625. OLE color: 553625.

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

Color convert

RGB 153 114 8 -
CMYK 0 0.25 0.95 0.4
HSL 43.86º 0.9% 0.32% -
HSV(B) 43.86º 0.95% 0.6% -
XYZ 19.2 18.82 2.85 -
YUV 113.58 68.42 156.12 -
System Red Green Blue C M Y K H S L
Decimal 153 114 8 0 0.25 0.95 0.4 43.86 0.9 0.32
Hex 99 72 8 0 19 5F 28 2C 5A 20
Octal 231 162 10 0 31 137 50 54 132 40
Binary 10011001 1110010 1000 0 11001 1011111 101000 101100 1011010 100000

Color Harmonies of #997208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997208

Black with #997208

Text Example


Text Example

White with #997208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997208; }

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

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

background-color css

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

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

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

border-color css

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

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

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