#997E06

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

Shades of Hacienda #997E06

Tints of Hacienda #997E06

Color information

#997E06 (or 0x997E06) is unknown color: approx Hacienda. HEX triplet: 99, 7E and 06. RGB value is (153,126,6). Sum of RGB (Red+Green+Blue) = 153+126+6=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 126 (49.61% from 255 or 44.21% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #997E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997E06 is #6681F9. Grayscale: #787878. Windows color (decimal): -6717946 or 425625. OLE color: 425625.

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

Color convert

RGB1531266-
CMYK00.180.960.4
HSL48.98º92.45%31.18%-
HSV(B)48.98º96.08%60%-
XYZ20.6321.713.27-
YUV120.3963.45151.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.68%
GREEN value IS 126 (49.61% from 255) = 44.21%
BLUE value IS 6 (2.73% from 255) = 2.11%
R=53.68%
G=44.21%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.96
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153126600.180.960.448.9892.4531.18
Hex997E60126028315c1f
Octal2311766022140506113437
Binary1001100111111101100100101100000101000110001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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