#9C860E

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

Shades of Hacienda #9C860E

Tints of Hacienda #9C860E

Color information

#9C860E (or 0x9C860E) is unknown color: approx Hacienda. HEX triplet: 9C, 86 and 0E. RGB value is (156,134,14). Sum of RGB (Red+Green+Blue) = 156+134+14=304 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.32% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 156 - color contains mainly: red. Hex color #9C860E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C860E is #6379F1. Grayscale: #7F7F7F. Windows color (decimal): -6519282 or 951964. OLE color: 951964.

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

Color convert

RGB15613414-
CMYK00.140.910.39
HSL50.7º83.53%33.33%-
HSV(B)50.7º91.03%61.18%-
XYZ22.3124.153.9-
YUV126.964.29148.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.32%
GREEN value IS 134 (52.73% from 255) = 44.08%
BLUE value IS 14 (5.86% from 255) = 4.61%
R=51.32%
G=44.08%
B=4.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.91
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561341400.140.910.3950.783.5333.33
Hex9C86E0E5B27335421
Octal23420616016133476312441
Binary100111001000011011100111010110111001111100111010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C860E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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