#997C29

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

Shades of Hacienda #997C29

Tints of Hacienda #997C29

Color information

#997C29 (or 0x997C29) is unknown color: approx Hacienda. HEX triplet: 99, 7C and 29. RGB value is (153,124,41). Sum of RGB (Red+Green+Blue) = 153+124+41=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #997C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997C29 is #6683D6. Grayscale: #7B7B7B. Windows color (decimal): -6718423 or 2718873. OLE color: 2718873.

HSL color Cylindrical-coordinate representation of color #997C29: hue angle of 44.46º 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 #997C29 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB15312441-
CMYK00.190.730.4
HSL44.46º57.73%38.04%-
HSV(B)44.46º73.2%60%-
XYZ20.7421.355.12-
YUV123.2181.61149.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.11%
GREEN value IS 124 (48.83% from 255) = 38.99%
BLUE value IS 41 (16.41% from 255) = 12.89%
R=48.11%
G=38.99%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531244100.190.730.444.4657.7338.04
Hex997C2901349282c3a26
Octal2311745102311150547246
Binary1001100111111001010010100111001001101000101100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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