#9c8115

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

Shades of Hacienda #9C8115

Tints of Hacienda #9C8115

Color information

#9C8115 (or 0x9C8115) is unknown color: approx Hacienda. HEX triplet: 9C, 81 and 15. RGB value is (156,129,21). Sum of RGB (Red+Green+Blue) = 156+129+21=306 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.98% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8115 is #637EEA. Grayscale: #7D7D7D. Windows color (decimal): -6520555 or 1409436. OLE color: 1409436.

HSL color Cylindrical-coordinate representation of color #9C8115: hue angle of 48º degrees, saturation: 0.76, 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 #9C8115 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB15612921-
CMYK00.170.870.39
HSL48º76.27%34.71%-
HSV(B)48º86.54%61.18%-
XYZ21.722.823.97-
YUV124.7669.45150.28-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.98%
GREEN value IS 129 (50.78% from 255) = 42.16%
BLUE value IS 21 (8.59% from 255) = 6.86%
R=50.98%
G=42.16%
B=6.86%

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
Decimal1561292100.170.870.394876.2734.71
Hex9C81150115727304c23
Octal23420125021127476011443
Binary10011100100000011010101000110101111001111100001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c8115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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