Html Css Color HEX #997416 Golden Brown

📋 copy color: '#997416'

red 153 ◦ green 116 ◦ blue 22

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

Shades of Golden Brown #997416

Tints of Golden Brown #997416

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.86%

 BLUE value IS 22 (8.98% from 255) = 7.56%

R = 52.58%
G = 39.86%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#997416 (or 0x997416) is known color: Golden Brown. HEX triplet: 99, 74 and 16. RGB value is (153,116,22). Sum of RGB (Red+Green+Blue) = 153+116+22=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #997416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997416 is #668BE9. Grayscale: #747474. Windows color (decimal): -6720490 or 1471641. OLE color: 1471641.

HSL color Cylindrical-coordinate representation of color #997416: hue angle of 43.05º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #997416 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 116 22 -
CMYK 0 0.24 0.86 0.4
HSL 43.05º 0.75% 0.34% -
HSV(B) 43.05º 0.86% 0.6% -
XYZ 19.53 19.32 3.46 -
YUV 116.35 74.76 154.14 -
System Red Green Blue C M Y K H S L
Decimal 153 116 22 0 0.24 0.86 0.4 43.05 0.75 0.34
Hex 99 74 16 0 18 56 28 2B 4B 22
Octal 231 164 26 0 30 126 50 53 113 42
Binary 10011001 1110100 10110 0 11000 1010110 101000 101011 1001011 100010

Color Harmonies of #997416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997416

Black with #997416

Text Example


Text Example

White with #997416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997416; }

 p { color: rgb(153,116,22); }

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

background-color css

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

 a { background-color: rgb(153,116,22); }

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

border-color css

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

 span { border-color: rgb(153,116,22); }

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