#998815

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

Shades of Hacienda #998815

Tints of Hacienda #998815

Color information

#998815 (or 0x998815) is unknown color: approx Hacienda. HEX triplet: 99, 88 and 15. RGB value is (153,136,21). Sum of RGB (Red+Green+Blue) = 153+136+21=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #998815 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998815 is #6677EA. Grayscale: #808080. Windows color (decimal): -6715371 or 1411225. OLE color: 1411225.

HSL color Cylindrical-coordinate representation of color #998815: hue angle of 52.27º degrees, saturation: 0.76, 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 #998815 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB15313621-
CMYK00.110.860.4
HSL52.27º75.86%34.12%-
HSV(B)52.27º86.27%60%-
XYZ22.0824.434.26-
YUV127.9767.63145.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.35%
GREEN value IS 136 (53.52% from 255) = 43.87%
BLUE value IS 21 (8.59% from 255) = 6.77%
R=49.35%
G=43.87%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531362100.110.860.452.2775.8634.12
Hex9988150B5628344c22
Octal23121025013126506411442
Binary1001100110001000101010101110101101010001101001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998815; }

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

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

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

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

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

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

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

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