#998618

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

Shades of Hacienda #998618

Tints of Hacienda #998618

Color information

#998618 (or 0x998618) is unknown color: approx Hacienda. HEX triplet: 99, 86 and 18. RGB value is (153,134,24). Sum of RGB (Red+Green+Blue) = 153+134+24=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #998618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998618 is #6679E7. Grayscale: #7F7F7F. Windows color (decimal): -6715880 or 1607321. OLE color: 1607321.

HSL color Cylindrical-coordinate representation of color #998618: hue angle of 51.16º 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 #998618 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB15313424-
CMYK00.120.840.4
HSL51.16º72.88%34.71%-
HSV(B)51.16º84.31%60%-
XYZ21.8323.894.32-
YUV127.1469.79146.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.20%
GREEN value IS 134 (52.73% from 255) = 43.09%
BLUE value IS 24 (9.77% from 255) = 7.72%
R=49.20%
G=43.09%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531342400.120.840.451.1672.8834.71
Hex9986180C5428334923
Octal23120630014124506311143
Binary1001100110000110110000110010101001010001100111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998618; }

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

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

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

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

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

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

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

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