#997E15

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

Shades of Hacienda #997E15

Tints of Hacienda #997E15

Color information

#997E15 (or 0x997E15) is unknown color: approx Hacienda. HEX triplet: 99, 7E and 15. RGB value is (153,126,21). Sum of RGB (Red+Green+Blue) = 153+126+21=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 126 (49.61% from 255 or 42% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #997E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997E15 is #6681EA. Grayscale: #7A7A7A. Windows color (decimal): -6717931 or 1408665. OLE color: 1408665.

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

Color convert

RGB15312621-
CMYK00.180.860.4
HSL47.73º75.86%34.12%-
HSV(B)47.73º86.27%60%-
XYZ20.7321.753.81-
YUV122.170.95150.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51%
GREEN value IS 126 (49.61% from 255) = 42%
BLUE value IS 21 (8.59% from 255) = 7%
R=51%
G=42%
B=7%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531262100.180.860.447.7375.8634.12
Hex997E150125628304c22
Octal23117625022126506011442
Binary1001100111111101010101001010101101010001100001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #997E15;
 }
 .AnyTagClassName
 {
   color: #997E15;
 }
</style>
background-color css

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

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

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

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

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

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