Html Css Color HEX #997B16 Hacienda

📋 copy color: '#997B16'

red 153 ◦ green 123 ◦ blue 22

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

Shades of Hacienda #997B16

Tints of Hacienda #997B16

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.28%

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

R = 51.34%
G = 41.28%
B = 7.38%

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

#997B16 (or 0x997B16) is known color: Hacienda. HEX triplet: 99, 7B and 16. RGB value is (153,123,22). Sum of RGB (Red+Green+Blue) = 153+123+22=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #997B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997B16 is #6684E9. Grayscale: #787878. Windows color (decimal): -6718698 or 1473433. OLE color: 1473433.

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

Color convert

RGB 153 123 22 -
CMYK 0 0.20 0.86 0.4
HSL 46.26º 0.75% 0.34% -
HSV(B) 46.26º 0.86% 0.6% -
XYZ 20.36 21 3.74 -
YUV 120.46 72.44 151.21 -
System Red Green Blue C M Y K H S L
Decimal 153 123 22 0 0.20 0.86 0.4 46.26 0.75 0.34
Hex 99 7B 16 0 14 56 28 2E 4B 22
Octal 231 173 26 0 24 126 50 56 113 42
Binary 10011001 1111011 10110 0 10100 1010110 101000 101110 1001011 100010

Color Harmonies of #997B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997B16

Black with #997B16

Text Example


Text Example

White with #997B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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