#988116

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

Shades of Hacienda #988116

Tints of Hacienda #988116

Color information

#988116 (or 0x988116) is unknown color: approx Hacienda. HEX triplet: 98, 81 and 16. RGB value is (152,129,22). Sum of RGB (Red+Green+Blue) = 152+129+22=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #988116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988116 is #677EE9. Grayscale: #7C7C7C. Windows color (decimal): -6782698 or 1474968. OLE color: 1474968.

HSL color Cylindrical-coordinate representation of color #988116: hue angle of 49.38º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #988116 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB15212922-
CMYK00.150.860.40
HSL49.38º74.71%34.12%-
HSV(B)49.38º85.53%59.61%-
XYZ20.9422.433.99-
YUV123.6870.62148.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.17%
GREEN value IS 129 (50.78% from 255) = 42.57%
BLUE value IS 22 (8.98% from 255) = 7.26%
R=50.17%
G=42.57%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521292200.150.860.4049.3874.7134.12
Hex9881160F5628314b22
Octal23020126017126506111342
Binary1001100010000001101100111110101101010001100011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988116; }

 p { color: rgb(152,129,22); }

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

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

 a { background-color: rgb(152,129,22); }

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

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

 span { border-color: rgb(152,129,22); }

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