#9C861E

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

Shades of Hacienda #9C861E

Tints of Hacienda #9C861E

Color information

#9C861E (or 0x9C861E) is unknown color: approx Hacienda. HEX triplet: 9C, 86 and 1E. RGB value is (156,134,30). Sum of RGB (Red+Green+Blue) = 156+134+30=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C861E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C861E is #6379E1. Grayscale: #818181. Windows color (decimal): -6519266 or 2000540. OLE color: 2000540.

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

Color convert

RGB15613430-
CMYK00.140.810.39
HSL49.52º67.74%36.47%-
HSV(B)49.52º80.77%61.18%-
XYZ22.4724.214.72-
YUV128.7272.29147.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.75%
GREEN value IS 134 (52.73% from 255) = 41.88%
BLUE value IS 30 (12.11% from 255) = 9.38%
R=48.75%
G=41.88%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561343000.140.810.3949.5267.7436.47
Hex9C861E0E5127324424
Octal23420636016121476210444
Binary1001110010000110111100111010100011001111100101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C861E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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