Html Css Color HEX #997616 Hacienda

📋 copy color: '#997616'

red 153 ◦ green 118 ◦ blue 22

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

Shades of Hacienda #997616

Tints of Hacienda #997616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.27%

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

R = 52.22%
G = 40.27%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#997616 (or 0x997616) is known color: Hacienda. HEX triplet: 99, 76 and 16. RGB value is (153,118,22). Sum of RGB (Red+Green+Blue) = 153+118+22=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #997616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997616 is #6689E9. Grayscale: #757575. Windows color (decimal): -6719978 or 1472153. OLE color: 1472153.

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

Color convert

RGB 153 118 22 -
CMYK 0 0.23 0.86 0.4
HSL 43.97º 0.75% 0.34% -
HSV(B) 43.97º 0.86% 0.6% -
XYZ 19.76 19.79 3.54 -
YUV 117.52 74.1 153.31 -
System Red Green Blue C M Y K H S L
Decimal 153 118 22 0 0.23 0.86 0.4 43.97 0.75 0.34
Hex 99 76 16 0 17 56 28 2C 4B 22
Octal 231 166 26 0 27 126 50 54 113 42
Binary 10011001 1110110 10110 0 10111 1010110 101000 101100 1001011 100010

Color Harmonies of #997616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997616

Black with #997616

Text Example


Text Example

White with #997616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997616; }

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

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

background-color css

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

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

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

border-color css

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

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

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