Html Css Color HEX #997E16 Hacienda

📋 copy color: '#997E16'

red 153 ◦ green 126 ◦ blue 22

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

Shades of Hacienda #997E16

Tints of Hacienda #997E16

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.86%

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

R = 50.83%
G = 41.86%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#997E16 (or 0x997E16) is known color: Hacienda. HEX triplet: 99, 7E and 16. RGB value is (153,126,22). Sum of RGB (Red+Green+Blue) = 153+126+22=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 126 (49.61% from 255 or 41.86% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #997E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997E16 is #6681E9. Grayscale: #7A7A7A. Windows color (decimal): -6717930 or 1474201. OLE color: 1474201.

HSL color Cylindrical-coordinate representation of color #997E16: hue angle of 47.63º 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 #997E16 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 126 22 -
CMYK 0 0.18 0.86 0.4
HSL 47.63º 0.75% 0.34% -
HSV(B) 47.63º 0.86% 0.6% -
XYZ 20.74 21.75 3.86 -
YUV 122.22 71.45 149.96 -
System Red Green Blue C M Y K H S L
Decimal 153 126 22 0 0.18 0.86 0.4 47.63 0.75 0.34
Hex 99 7E 16 0 12 56 28 30 4B 22
Octal 231 176 26 0 22 126 50 60 113 42
Binary 10011001 1111110 10110 0 10010 1010110 101000 110000 1001011 100010

Color Harmonies of #997E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997E16

Black with #997E16

Text Example


Text Example

White with #997E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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