Html Css Color HEX #997A15 Hacienda

📋 copy color: '#997A15'

red 153 ◦ green 122 ◦ blue 21

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

Shades of Hacienda #997A15

Tints of Hacienda #997A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.09%

R = 51.69%
G = 41.22%
B = 7.09%

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

#997A15 (or 0x997A15) is known color: Hacienda. HEX triplet: 99, 7A and 15. RGB value is (153,122,21). Sum of RGB (Red+Green+Blue) = 153+122+21=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #997A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997A15 is #6685EA. Grayscale: #787878. Windows color (decimal): -6718955 or 1407641. OLE color: 1407641.

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

Color convert

RGB 153 122 21 -
CMYK 0 0.20 0.86 0.4
HSL 45.91º 0.76% 0.34% -
HSV(B) 45.91º 0.86% 0.6% -
XYZ 20.23 20.75 3.65 -
YUV 119.76 72.27 151.71 -
System Red Green Blue C M Y K H S L
Decimal 153 122 21 0 0.20 0.86 0.4 45.91 0.76 0.34
Hex 99 7A 15 0 14 56 28 2E 4C 22
Octal 231 172 25 0 24 126 50 56 114 42
Binary 10011001 1111010 10101 0 10100 1010110 101000 101110 1001100 100010

Color Harmonies of #997A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997A15

Black with #997A15

Text Example


Text Example

White with #997A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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