#997F11

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

Shades of Hacienda #997F11

Tints of Hacienda #997F11

Color information

#997F11 (or 0x997F11) is unknown color: approx Hacienda. HEX triplet: 99, 7F and 11. RGB value is (153,127,17). Sum of RGB (Red+Green+Blue) = 153+127+17=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #997F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997F11 is #6680EE. Grayscale: #7A7A7A. Windows color (decimal): -6717679 or 1146777. OLE color: 1146777.

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

Color convert

RGB15312717-
CMYK00.170.890.4
HSL48.53º80%33.33%-
HSV(B)48.53º88.89%60%-
XYZ20.8321.993.68-
YUV122.2368.61149.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.52%
GREEN value IS 127 (50% from 255) = 42.76%
BLUE value IS 17 (7.03% from 255) = 5.72%
R=51.52%
G=42.76%
B=5.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.89
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531271700.170.890.448.538033.33
Hex997F110115928315021
Octal23117721021131506112041
Binary1001100111111111000101000110110011010001100011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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