#998006

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

Shades of Hacienda #998006

Tints of Hacienda #998006

Color information

#998006 (or 0x998006) is unknown color: approx Hacienda. HEX triplet: 99, 80 and 06. RGB value is (153,128,6). Sum of RGB (Red+Green+Blue) = 153+128+6=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 6 (2.73% from 255 or 2.09% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #998006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998006 is #667FF9. Grayscale: #7A7A7A. Windows color (decimal): -6717434 or 426137. OLE color: 426137.

HSL color Cylindrical-coordinate representation of color #998006: hue angle of 49.8º 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 #998006 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.4.

Color convert

RGB1531286-
CMYK00.160.960.4
HSL49.8º92.45%31.18%-
HSV(B)49.8º96.08%60%-
XYZ20.8922.223.36-
YUV121.5762.78150.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.31%
GREEN value IS 128 (50.39% from 255) = 44.60%
BLUE value IS 6 (2.73% from 255) = 2.09%
R=53.31%
G=44.60%
B=2.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.96
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153128600.160.960.449.892.4531.18
Hex998060106028325c1f
Octal2312006020140506213437
Binary10011001100000001100100001100000101000110010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998006; }

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

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

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

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

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

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

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

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