#998221

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

Shades of Hacienda #998221

Tints of Hacienda #998221

Color information

#998221 (or 0x998221) is unknown color: approx Hacienda. HEX triplet: 99, 82 and 21. RGB value is (153,130,33). Sum of RGB (Red+Green+Blue) = 153+130+33=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #998221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998221 is #667DDE. Grayscale: #7E7E7E. Windows color (decimal): -6716895 or 2196121. OLE color: 2196121.

HSL color Cylindrical-coordinate representation of color #998221: hue angle of 48.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #998221 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB15313033-
CMYK00.150.780.4
HSL48.5º64.52%36.47%-
HSV(B)48.5º78.43%60%-
XYZ21.3922.854.72-
YUV125.8275.62147.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.42%
GREEN value IS 130 (51.17% from 255) = 41.14%
BLUE value IS 33 (13.28% from 255) = 10.44%
R=48.42%
G=41.14%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531303300.150.780.448.564.5236.47
Hex9982210F4E28304124
Octal23120241017116506010144
Binary10011001100000101000010111110011101010001100001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998221; }

 p { color: rgb(153,130,33); }

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

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

 a { background-color: rgb(153,130,33); }

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

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

 span { border-color: rgb(153,130,33); }

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