#997E28

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

Shades of Hacienda #997E28

Tints of Hacienda #997E28

Color information

#997E28 (or 0x997E28) is unknown color: approx Hacienda. HEX triplet: 99, 7E and 28. RGB value is (153,126,40). Sum of RGB (Red+Green+Blue) = 153+126+40=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #997E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997E28 is #6681D7. Grayscale: #7C7C7C. Windows color (decimal): -6717912 or 2653849. OLE color: 2653849.

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

Color convert

RGB15312640-
CMYK00.180.740.4
HSL45.66º58.55%37.84%-
HSV(B)45.66º73.86%60%-
XYZ20.9821.855.12-
YUV124.2780.45148.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.96%
GREEN value IS 126 (49.61% from 255) = 39.50%
BLUE value IS 40 (16.02% from 255) = 12.54%
R=47.96%
G=39.50%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531264000.180.740.445.6658.5537.84
Hex997E280124A282e3b26
Octal2311765002211250567346
Binary1001100111111101010000100101001010101000101110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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