#998812

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

Shades of Hacienda #998812

Tints of Hacienda #998812

Color information

#998812 (or 0x998812) is unknown color: approx Hacienda. HEX triplet: 99, 88 and 12. RGB value is (153,136,18). Sum of RGB (Red+Green+Blue) = 153+136+18=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #998812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998812 is #6677ED. Grayscale: #808080. Windows color (decimal): -6715374 or 1214617. OLE color: 1214617.

HSL color Cylindrical-coordinate representation of color #998812: hue angle of 52.44º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #998812 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB15313618-
CMYK00.110.880.4
HSL52.44º78.95%33.53%-
HSV(B)52.44º88.24%60%-
XYZ22.0524.424.12-
YUV127.6366.13146.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.84%
GREEN value IS 136 (53.52% from 255) = 44.30%
BLUE value IS 18 (7.42% from 255) = 5.86%
R=49.84%
G=44.30%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531361800.110.880.452.4478.9533.53
Hex9988120B5828344f22
Octal23121022013130506411742
Binary1001100110001000100100101110110001010001101001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998812; }

 p { color: rgb(153,136,18); }

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

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

 a { background-color: rgb(153,136,18); }

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

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

 span { border-color: rgb(153,136,18); }

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