Html Css Color HEX #997210 Golden Brown

📋 copy color: '#997210'

red 153 ◦ green 114 ◦ blue 16

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

Shades of Golden Brown #997210

Tints of Golden Brown #997210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.65%

R = 54.06%
G = 40.28%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#997210 (or 0x997210) is known color: Golden Brown. HEX triplet: 99, 72 and 10. RGB value is (153,114,16). Sum of RGB (Red+Green+Blue) = 153+114+16=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #997210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997210 is #668DEF. Grayscale: #727272. Windows color (decimal): -6721008 or 1077913. OLE color: 1077913.

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

Color convert

RGB 153 114 16 -
CMYK 0 0.25 0.90 0.4
HSL 42.92º 0.81% 0.33% -
HSV(B) 42.92º 0.9% 0.6% -
XYZ 19.25 18.84 3.11 -
YUV 114.49 72.42 155.47 -
System Red Green Blue C M Y K H S L
Decimal 153 114 16 0 0.25 0.90 0.4 42.92 0.81 0.33
Hex 99 72 10 0 19 5A 28 2B 51 21
Octal 231 162 20 0 31 132 50 53 121 41
Binary 10011001 1110010 10000 0 11001 1011010 101000 101011 1010001 100001

Color Harmonies of #997210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997210

Black with #997210

Text Example


Text Example

White with #997210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997210; }

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

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

background-color css

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

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

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

border-color css

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

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

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