Html Css Color HEX #997916 Hacienda

📋 copy color: '#997916'

red 153 ◦ green 121 ◦ blue 22

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

Shades of Hacienda #997916

Tints of Hacienda #997916

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.88%

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

R = 51.69%
G = 40.88%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#997916 (or 0x997916) is known color: Hacienda. HEX triplet: 99, 79 and 16. RGB value is (153,121,22). Sum of RGB (Red+Green+Blue) = 153+121+22=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #997916 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997916 is #6686E9. Grayscale: #777777. Windows color (decimal): -6719210 or 1472921. OLE color: 1472921.

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

Color convert

RGB 153 121 22 -
CMYK 0 0.21 0.86 0.4
HSL 45.34º 0.75% 0.34% -
HSV(B) 45.34º 0.86% 0.6% -
XYZ 20.12 20.5 3.66 -
YUV 119.28 73.1 152.05 -
System Red Green Blue C M Y K H S L
Decimal 153 121 22 0 0.21 0.86 0.4 45.34 0.75 0.34
Hex 99 79 16 0 15 56 28 2D 4B 22
Octal 231 171 26 0 25 126 50 55 113 42
Binary 10011001 1111001 10110 0 10101 1010110 101000 101101 1001011 100010

Color Harmonies of #997916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997916

Black with #997916

Text Example


Text Example

White with #997916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997916; }

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

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

background-color css

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

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

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

border-color css

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

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

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