#997F21

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

Shades of Hacienda #997F21

Tints of Hacienda #997F21

Color information

#997F21 (or 0x997F21) is unknown color: approx Hacienda. HEX triplet: 99, 7F and 21. RGB value is (153,127,33). Sum of RGB (Red+Green+Blue) = 153+127+33=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #997F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997F21 is #6680DE. Grayscale: #7C7C7C. Windows color (decimal): -6717663 or 2195353. OLE color: 2195353.

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

Color convert

RGB15312733-
CMYK00.170.780.4
HSL47º64.52%36.47%-
HSV(B)47º78.43%60%-
XYZ2122.064.59-
YUV124.0676.61148.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.88%
GREEN value IS 127 (50% from 255) = 40.58%
BLUE value IS 33 (13.28% from 255) = 10.54%
R=48.88%
G=40.58%
B=10.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531273300.170.780.44764.5236.47
Hex997F210114E282f4124
Octal23117741021116505710144
Binary10011001111111110000101000110011101010001011111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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