#997E18

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

Shades of Hacienda #997E18

Tints of Hacienda #997E18

Color information

#997E18 (or 0x997E18) is unknown color: approx Hacienda. HEX triplet: 99, 7E and 18. RGB value is (153,126,24). Sum of RGB (Red+Green+Blue) = 153+126+24=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 126 (49.61% from 255 or 41.58% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #997E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997E18 is #6681E7. Grayscale: #7A7A7A. Windows color (decimal): -6717928 or 1605273. OLE color: 1605273.

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

Color convert

RGB15312624-
CMYK00.180.840.4
HSL47.44º72.88%34.71%-
HSV(B)47.44º84.31%60%-
XYZ20.7621.763.97-
YUV122.4472.45149.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.50%
GREEN value IS 126 (49.61% from 255) = 41.58%
BLUE value IS 24 (9.77% from 255) = 7.92%
R=50.50%
G=41.58%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531262400.180.840.447.4472.8834.71
Hex997E1801254282f4923
Octal23117630022124505711143
Binary1001100111111101100001001010101001010001011111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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