#9C7F15

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

Shades of Hacienda #9C7F15

Tints of Hacienda #9C7F15

Color information

#9C7F15 (or 0x9C7F15) is unknown color: approx Hacienda. HEX triplet: 9C, 7F and 15. RGB value is (156,127,21). Sum of RGB (Red+Green+Blue) = 156+127+21=304 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.32% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7F15 is #6380EA. Grayscale: #7C7C7C. Windows color (decimal): -6521067 or 1408924. OLE color: 1408924.

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

Color convert

RGB15612721-
CMYK00.190.870.39
HSL47.11º76.27%34.71%-
HSV(B)47.11º86.54%61.18%-
XYZ21.4422.33.88-
YUV123.5970.11151.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.32%
GREEN value IS 127 (50% from 255) = 41.78%
BLUE value IS 21 (8.59% from 255) = 6.91%
R=51.32%
G=41.78%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561272100.190.870.3947.1176.2734.71
Hex9C7F1501357272f4c23
Octal23417725023127475711443
Binary1001110011111111010101001110101111001111011111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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