#9C840A

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

Shades of Hacienda #9C840A

Tints of Hacienda #9C840A

Color information

#9C840A (or 0x9C840A) is unknown color: approx Hacienda. HEX triplet: 9C, 84 and 0A. RGB value is (156,132,10). Sum of RGB (Red+Green+Blue) = 156+132+10=298 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.35% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 156 - color contains mainly: red. Hex color #9C840A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C840A is #637BF5. Grayscale: #7D7D7D. Windows color (decimal): -6519798 or 689308. OLE color: 689308.

HSL color Cylindrical-coordinate representation of color #9C840A: hue angle of 50.14º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C840A is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB15613210-
CMYK00.150.940.39
HSL50.14º87.95%32.55%-
HSV(B)50.14º93.59%61.18%-
XYZ22.0223.593.68-
YUV125.2762.95149.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.35%
GREEN value IS 132 (51.95% from 255) = 44.30%
BLUE value IS 10 (4.30% from 255) = 3.36%
R=52.35%
G=44.30%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561321000.150.940.3950.1487.9532.55
Hex9C84A0F5E27325821
Octal23420412017136476213041
Binary100111001000010010100111110111101001111100101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C840A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,132,10); }

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

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

 a { background-color: rgb(156,132,10); }

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

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

 span { border-color: rgb(156,132,10); }

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