Html Css Color HEX #997A16 Hacienda

📋 copy color: '#997A16'

red 153 ◦ green 122 ◦ blue 22

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

Shades of Hacienda #997A16

Tints of Hacienda #997A16

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.08%

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

R = 51.52%
G = 41.08%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#997A16 (or 0x997A16) is known color: Hacienda. HEX triplet: 99, 7A and 16. RGB value is (153,122,22). Sum of RGB (Red+Green+Blue) = 153+122+22=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #997A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997A16 is #6685E9. Grayscale: #787878. Windows color (decimal): -6718954 or 1473177. OLE color: 1473177.

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

Color convert

RGB 153 122 22 -
CMYK 0 0.20 0.86 0.4
HSL 45.8º 0.75% 0.34% -
HSV(B) 45.8º 0.86% 0.6% -
XYZ 20.24 20.75 3.7 -
YUV 119.87 72.77 151.63 -
System Red Green Blue C M Y K H S L
Decimal 153 122 22 0 0.20 0.86 0.4 45.8 0.75 0.34
Hex 99 7A 16 0 14 56 28 2E 4B 22
Octal 231 172 26 0 24 126 50 56 113 42
Binary 10011001 1111010 10110 0 10100 1010110 101000 101110 1001011 100010

Color Harmonies of #997A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997A16

Black with #997A16

Text Example


Text Example

White with #997A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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