#997E13

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

Shades of Hacienda #997E13

Tints of Hacienda #997E13

Color information

#997E13 (or 0x997E13) is unknown color: approx Hacienda. HEX triplet: 99, 7E and 13. RGB value is (153,126,19). Sum of RGB (Red+Green+Blue) = 153+126+19=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 126 (49.61% from 255 or 42.28% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #997E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997E13 is #6681EC. Grayscale: #7A7A7A. Windows color (decimal): -6717933 or 1277593. OLE color: 1277593.

HSL color Cylindrical-coordinate representation of color #997E13: hue angle of 47.91º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #997E13 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB15312619-
CMYK00.180.880.4
HSL47.91º77.91%33.73%-
HSV(B)47.91º87.58%60%-
XYZ20.7221.743.72-
YUV121.8769.95150.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.34%
GREEN value IS 126 (49.61% from 255) = 42.28%
BLUE value IS 19 (7.81% from 255) = 6.38%
R=51.34%
G=42.28%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531261900.180.880.447.9177.9133.73
Hex997E130125828304e22
Octal23117623022130506011642
Binary1001100111111101001101001010110001010001100001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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