#9C8114

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

Shades of Hacienda #9C8114

Tints of Hacienda #9C8114

Color information

#9C8114 (or 0x9C8114) is unknown color: approx Hacienda. HEX triplet: 9C, 81 and 14. RGB value is (156,129,20). Sum of RGB (Red+Green+Blue) = 156+129+20=305 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.15% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8114 is #637EEB. Grayscale: #7D7D7D. Windows color (decimal): -6520556 or 1343900. OLE color: 1343900.

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

Color convert

RGB15612920-
CMYK00.170.870.39
HSL48.09º77.27%34.51%-
HSV(B)48.09º87.18%61.18%-
XYZ21.6922.823.92-
YUV124.6568.95150.36-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.15%
GREEN value IS 129 (50.78% from 255) = 42.30%
BLUE value IS 20 (8.20% from 255) = 6.56%
R=51.15%
G=42.30%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561292000.170.870.3948.0977.2734.51
Hex9C81140115727304d23
Octal23420124021127476011543
Binary10011100100000011010001000110101111001111100001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,129,20); }

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

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

 a { background-color: rgb(156,129,20); }

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

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

 span { border-color: rgb(156,129,20); }

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