#997F17

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

Shades of Hacienda #997F17

Tints of Hacienda #997F17

Color information

#997F17 (or 0x997F17) is unknown color: approx Hacienda. HEX triplet: 99, 7F and 17. RGB value is (153,127,23). Sum of RGB (Red+Green+Blue) = 153+127+23=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #997F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997F17 is #6680E8. Grayscale: #7B7B7B. Windows color (decimal): -6717673 or 1539993. OLE color: 1539993.

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

Color convert

RGB15312723-
CMYK00.170.850.4
HSL48º73.86%34.51%-
HSV(B)48º84.97%60%-
XYZ20.8822.013.96-
YUV122.9271.61149.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.50%
GREEN value IS 127 (50% from 255) = 41.91%
BLUE value IS 23 (9.38% from 255) = 7.59%
R=50.50%
G=41.91%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.85
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531272300.170.850.44873.8634.51
Hex997F170115528304a23
Octal23117727021125506011243
Binary1001100111111111011101000110101011010001100001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,127,23); }

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

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

 a { background-color: rgb(153,127,23); }

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

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

 span { border-color: rgb(153,127,23); }

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