#9C7615

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

Shades of Hacienda #9C7615

Tints of Hacienda #9C7615

Color information

#9C7615 (or 0x9C7615) is unknown color: approx Hacienda. HEX triplet: 9C, 76 and 15. RGB value is (156,118,21). Sum of RGB (Red+Green+Blue) = 156+118+21=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7615 is #6389EA. Grayscale: #767676. Windows color (decimal): -6523371 or 1406620. OLE color: 1406620.

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

Color convert

RGB15611821-
CMYK00.240.870.39
HSL43.11º76.27%34.71%-
HSV(B)43.11º86.54%61.18%-
XYZ20.3220.083.51-
YUV118.373.09154.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.88%
GREEN value IS 118 (46.48% from 255) = 40%
BLUE value IS 21 (8.59% from 255) = 7.12%
R=52.88%
G=40%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561182100.240.870.3943.1176.2734.71
Hex9C761501857272b4c23
Octal23416625030127475311443
Binary1001110011101101010101100010101111001111010111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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