#998113

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

Shades of Hacienda #998113

Tints of Hacienda #998113

Color information

#998113 (or 0x998113) is unknown color: approx Hacienda. HEX triplet: 99, 81 and 13. RGB value is (153,129,19). Sum of RGB (Red+Green+Blue) = 153+129+19=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #998113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998113 is #667EEC. Grayscale: #7C7C7C. Windows color (decimal): -6717165 or 1278361. OLE color: 1278361.

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

Color convert

RGB15312919-
CMYK00.160.880.4
HSL49.25º77.91%33.73%-
HSV(B)49.25º87.58%60%-
XYZ21.122.523.85-
YUV123.6468.95148.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.83%
GREEN value IS 129 (50.78% from 255) = 42.86%
BLUE value IS 19 (7.81% from 255) = 6.31%
R=50.83%
G=42.86%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531291900.160.880.449.2577.9133.73
Hex9981130105828314e22
Octal23120123020130506111642
Binary10011001100000011001101000010110001010001100011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998113; }

 p { color: rgb(153,129,19); }

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

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

 a { background-color: rgb(153,129,19); }

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

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

 span { border-color: rgb(153,129,19); }

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