#997E25

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

Shades of Hacienda #997E25

Tints of Hacienda #997E25

Color information

#997E25 (or 0x997E25) is unknown color: approx Hacienda. HEX triplet: 99, 7E and 25. RGB value is (153,126,37). Sum of RGB (Red+Green+Blue) = 153+126+37=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #997E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997E25 is #6681DA. Grayscale: #7C7C7C. Windows color (decimal): -6717915 or 2457241. OLE color: 2457241.

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

Color convert

RGB15312637-
CMYK00.180.760.4
HSL46.03º61.05%37.25%-
HSV(B)46.03º75.82%60%-
XYZ20.9321.834.86-
YUV123.9378.95148.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.42%
GREEN value IS 126 (49.61% from 255) = 39.87%
BLUE value IS 37 (14.84% from 255) = 11.71%
R=48.42%
G=39.87%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531263700.180.760.446.0361.0537.25
Hex997E250124C282e3d25
Octal2311764502211450567545
Binary1001100111111101001010100101001100101000101110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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