#998118

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

Shades of Hacienda #998118

Tints of Hacienda #998118

Color information

#998118 (or 0x998118) is unknown color: approx Hacienda. HEX triplet: 99, 81 and 18. RGB value is (153,129,24). Sum of RGB (Red+Green+Blue) = 153+129+24=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #998118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998118 is #667EE7. Grayscale: #7C7C7C. Windows color (decimal): -6717160 or 1606041. OLE color: 1606041.

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

Color convert

RGB15312924-
CMYK00.160.840.4
HSL48.84º72.88%34.71%-
HSV(B)48.84º84.31%60%-
XYZ21.1522.544.1-
YUV124.2171.45148.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50%
GREEN value IS 129 (50.78% from 255) = 42.16%
BLUE value IS 24 (9.77% from 255) = 7.84%
R=50%
G=42.16%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531292400.160.840.448.8472.8834.71
Hex9981180105428314923
Octal23120130020124506111143
Binary10011001100000011100001000010101001010001100011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998118; }

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

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

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

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

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

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

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

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