#988811

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

Shades of Hacienda #988811

Tints of Hacienda #988811

Color information

#988811 (or 0x988811) is unknown color: approx Hacienda. HEX triplet: 98, 88 and 11. RGB value is (152,136,17). Sum of RGB (Red+Green+Blue) = 152+136+17=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #988811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988811 is #6777EE. Grayscale: #7F7F7F. Windows color (decimal): -6780911 or 1149080. OLE color: 1149080.

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

Color convert

RGB15213617-
CMYK00.110.890.40
HSL52.89º79.88%33.14%-
HSV(B)52.89º88.82%59.61%-
XYZ21.8524.324.07-
YUV127.2265.8145.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.84%
GREEN value IS 136 (53.52% from 255) = 44.59%
BLUE value IS 17 (7.03% from 255) = 5.57%
R=49.84%
G=44.59%
B=5.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.89
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521361700.110.890.4052.8979.8833.14
Hex9888110B5928355021
Octal23021021013131506512041
Binary1001100010001000100010101110110011010001101011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988811; }

 p { color: rgb(152,136,17); }

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

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

 a { background-color: rgb(152,136,17); }

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

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

 span { border-color: rgb(152,136,17); }

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