#998114

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

Shades of Hacienda #998114

Tints of Hacienda #998114

Color information

#998114 (or 0x998114) is unknown color: approx Hacienda. HEX triplet: 99, 81 and 14. RGB value is (153,129,20). Sum of RGB (Red+Green+Blue) = 153+129+20=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #998114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998114 is #667EEB. Grayscale: #7C7C7C. Windows color (decimal): -6717164 or 1343897. OLE color: 1343897.

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

Color convert

RGB15312920-
CMYK00.160.870.4
HSL49.17º76.88%33.92%-
HSV(B)49.17º86.93%60%-
XYZ21.1122.523.9-
YUV123.7569.45148.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.66%
GREEN value IS 129 (50.78% from 255) = 42.72%
BLUE value IS 20 (8.20% from 255) = 6.62%
R=50.66%
G=42.72%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.87
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531292000.160.870.449.1776.8833.92
Hex9981140105728314d22
Octal23120124020127506111542
Binary10011001100000011010001000010101111010001100011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998114; }

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

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

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

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

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

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

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

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