#9C8616

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

Shades of Hacienda #9C8616

Tints of Hacienda #9C8616

Color information

#9C8616 (or 0x9C8616) is unknown color: approx Hacienda. HEX triplet: 9C, 86 and 16. RGB value is (156,134,22). Sum of RGB (Red+Green+Blue) = 156+134+22=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8616 is #6379E9. Grayscale: #808080. Windows color (decimal): -6519274 or 1476252. OLE color: 1476252.

HSL color Cylindrical-coordinate representation of color #9C8616: hue angle of 50.15º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C8616 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB15613422-
CMYK00.140.860.39
HSL50.15º75.28%34.9%-
HSV(B)50.15º85.9%61.18%-
XYZ22.3824.184.25-
YUV127.8168.29148.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50%
GREEN value IS 134 (52.73% from 255) = 42.95%
BLUE value IS 22 (8.98% from 255) = 7.05%
R=50%
G=42.95%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561342200.140.860.3950.1575.2834.9
Hex9C86160E5627324b23
Octal23420626016126476211343
Binary1001110010000110101100111010101101001111100101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,134,22); }

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

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

 a { background-color: rgb(156,134,22); }

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

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

 span { border-color: rgb(156,134,22); }

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