#997E26

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

Shades of Hacienda #997E26

Tints of Hacienda #997E26

Color information

#997E26 (or 0x997E26) is unknown color: approx Hacienda. HEX triplet: 99, 7E and 26. RGB value is (153,126,38). Sum of RGB (Red+Green+Blue) = 153+126+38=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #997E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997E26 is #6681D9. Grayscale: #7C7C7C. Windows color (decimal): -6717914 or 2522777. OLE color: 2522777.

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

Color convert

RGB15312638-
CMYK00.180.750.4
HSL45.91º60.21%37.45%-
HSV(B)45.91º75.16%60%-
XYZ20.9521.834.94-
YUV124.0479.45148.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.26%
GREEN value IS 126 (49.61% from 255) = 39.75%
BLUE value IS 38 (15.23% from 255) = 11.99%
R=48.26%
G=39.75%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531263800.180.750.445.9160.2137.45
Hex997E260124B282e3c25
Octal2311764602211350567445
Binary1001100111111101001100100101001011101000101110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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