#997E29

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

Shades of Hacienda #997E29

Tints of Hacienda #997E29

Color information

#997E29 (or 0x997E29) is unknown color: approx Hacienda. HEX triplet: 99, 7E and 29. RGB value is (153,126,41). Sum of RGB (Red+Green+Blue) = 153+126+41=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 126 (49.61% from 255 or 39.38% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #997E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997E29 is #6681D6. Grayscale: #7C7C7C. Windows color (decimal): -6717911 or 2719385. OLE color: 2719385.

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

Color convert

RGB15312641-
CMYK00.180.730.4
HSL45.54º57.73%38.04%-
HSV(B)45.54º73.2%60%-
XYZ2121.855.21-
YUV124.3880.95148.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.81%
GREEN value IS 126 (49.61% from 255) = 39.38%
BLUE value IS 41 (16.41% from 255) = 12.81%
R=47.81%
G=39.38%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531264100.180.730.445.5457.7338.04
Hex997E2901249282e3a26
Octal2311765102211150567246
Binary1001100111111101010010100101001001101000101110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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