#998321

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

Shades of Hacienda #998321

Tints of Hacienda #998321

Color information

#998321 (or 0x998321) is unknown color: approx Hacienda. HEX triplet: 99, 83 and 21. RGB value is (153,131,33). Sum of RGB (Red+Green+Blue) = 153+131+33=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #998321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998321 is #667CDE. Grayscale: #7E7E7E. Windows color (decimal): -6716639 or 2196377. OLE color: 2196377.

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

Color convert

RGB15313133-
CMYK00.140.780.4
HSL49º64.52%36.47%-
HSV(B)49º78.43%60%-
XYZ21.5323.114.77-
YUV126.4175.29146.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.26%
GREEN value IS 131 (51.56% from 255) = 41.32%
BLUE value IS 33 (13.28% from 255) = 10.41%
R=48.26%
G=41.32%
B=10.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531313300.140.780.44964.5236.47
Hex9983210E4E28314124
Octal23120341016116506110144
Binary10011001100000111000010111010011101010001100011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998321; }

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

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

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

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

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

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

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

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