#9C850E

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

Shades of Hacienda #9C850E

Tints of Hacienda #9C850E

Color information

#9C850E (or 0x9C850E) is unknown color: approx Hacienda. HEX triplet: 9C, 85 and 0E. RGB value is (156,133,14). Sum of RGB (Red+Green+Blue) = 156+133+14=303 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.49% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 156 - color contains mainly: red. Hex color #9C850E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C850E is #637AF1. Grayscale: #7E7E7E. Windows color (decimal): -6519538 or 951708. OLE color: 951708.

HSL color Cylindrical-coordinate representation of color #9C850E: hue angle of 50.28º 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 #9C850E is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB15613314-
CMYK00.150.910.39
HSL50.28º83.53%33.33%-
HSV(B)50.28º91.03%61.18%-
XYZ22.1823.873.85-
YUV126.3164.62149.18-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.49%
GREEN value IS 133 (52.34% from 255) = 43.89%
BLUE value IS 14 (5.86% from 255) = 4.62%
R=51.49%
G=43.89%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.91
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561331400.150.910.3950.2883.5333.33
Hex9C85E0F5B27325421
Octal23420516017133476212441
Binary100111001000010111100111110110111001111100101010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C850E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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