#9a7620

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

Shades of Hacienda #9A7620

Tints of Hacienda #9A7620

Color information

#9A7620 (or 0x9A7620) is unknown color: approx Hacienda. HEX triplet: 9A, 76 and 20. RGB value is (154,118,32). Sum of RGB (Red+Green+Blue) = 154+118+32=304 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.66% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7620 is #6589DF. Grayscale: #777777. Windows color (decimal): -6654432 or 2127514. OLE color: 2127514.

HSL color Cylindrical-coordinate representation of color #9A7620: hue angle of 42.3º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A7620 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB15411832-
CMYK00.230.790.40
HSL42.3º65.59%36.47%-
HSV(B)42.3º79.22%60.39%-
XYZ20.0719.934.16-
YUV118.9678.93152.99-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.66%
GREEN value IS 118 (46.48% from 255) = 38.82%
BLUE value IS 32 (12.89% from 255) = 10.53%
R=50.66%
G=38.82%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541183200.230.790.4042.365.5936.47
Hex9A76200174F282a4224
Octal23216640027117505210244
Binary10011010111011010000001011110011111010001010101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a7620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9a7620; }

 p { color: rgb(154,118,32); }

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

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

 a { background-color: rgb(154,118,32); }

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

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

 span { border-color: rgb(154,118,32); }

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