Html Css Color HEX #997211 Golden Brown

📋 copy color: '#997211'

red 153 ◦ green 114 ◦ blue 17

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

Shades of Golden Brown #997211

Tints of Golden Brown #997211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.99%

R = 53.87%
G = 40.14%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#997211 (or 0x997211) is known color: Golden Brown. HEX triplet: 99, 72 and 11. RGB value is (153,114,17). Sum of RGB (Red+Green+Blue) = 153+114+17=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #997211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997211 is #668DEE. Grayscale: #737373. Windows color (decimal): -6721007 or 1143449. OLE color: 1143449.

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

Color convert

RGB 153 114 17 -
CMYK 0 0.25 0.89 0.4
HSL 42.79º 0.8% 0.33% -
HSV(B) 42.79º 0.89% 0.6% -
XYZ 19.26 18.85 3.15 -
YUV 114.6 72.92 155.39 -
System Red Green Blue C M Y K H S L
Decimal 153 114 17 0 0.25 0.89 0.4 42.79 0.8 0.33
Hex 99 72 11 0 19 59 28 2B 50 21
Octal 231 162 21 0 31 131 50 53 120 41
Binary 10011001 1110010 10001 0 11001 1011001 101000 101011 1010000 100001

Color Harmonies of #997211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997211

Black with #997211

Text Example


Text Example

White with #997211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997211; }

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

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

background-color css

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

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

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

border-color css

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

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

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