#997A15

Color #997A15 Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #997A15

Tints of Hacienda #997A15

Color information

#997A15 (or 0x997A15) is unknown color: approx 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

RGB15312221-
CMYK00.200.860.4
HSL45.91º75.86%34.12%-
HSV(B)45.91º86.27%60%-
XYZ20.2320.753.65-
YUV119.7672.27151.71-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531222100.200.860.445.9175.8634.12
Hex997A1501456282e4c22
Octal23117225024126505611442
Binary1001100111110101010101010010101101010001011101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>