#998011

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

Shades of Hacienda #998011

Tints of Hacienda #998011

Color information

#998011 (or 0x998011) is unknown color: approx Hacienda. HEX triplet: 99, 80 and 11. RGB value is (153,128,17). Sum of RGB (Red+Green+Blue) = 153+128+17=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #998011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998011 is #667FEE. Grayscale: #7B7B7B. Windows color (decimal): -6717423 or 1147033. OLE color: 1147033.

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

Color convert

RGB15312817-
CMYK00.160.890.4
HSL48.97º80%33.33%-
HSV(B)48.97º88.89%60%-
XYZ20.9622.253.72-
YUV122.8268.28149.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.34%
GREEN value IS 128 (50.39% from 255) = 42.95%
BLUE value IS 17 (7.03% from 255) = 5.70%
R=51.34%
G=42.95%
B=5.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.89
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531281700.160.890.448.978033.33
Hex9980110105928315021
Octal23120021020131506112041
Binary10011001100000001000101000010110011010001100011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998011; }

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

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

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

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

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

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

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

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