#9C5E57

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

Shades of Au Chico #9C5E57

Tints of Au Chico #9C5E57

Color information

#9C5E57 (or 0x9C5E57) is unknown color: approx Au Chico. HEX triplet: 9C, 5E and 57. RGB value is (156,94,87). Sum of RGB (Red+Green+Blue) = 156+94+87=337 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.29% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5E57 is #63A1A8. Grayscale: #6F6F6F. Windows color (decimal): -6529449 or 5725852. OLE color: 5725852.

HSL color Cylindrical-coordinate representation of color #9C5E57: hue angle of 6.09º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C5E57 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB1569487-
CMYK00.400.440.39
HSL6.09º28.4%47.65%-
HSV(B)6.09º44.23%61.18%-
XYZ19.4315.7611.03-
YUV111.74114.04159.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.29%
GREEN value IS 94 (37.11% from 255) = 27.89%
BLUE value IS 87 (34.38% from 255) = 25.82%
R=46.29%
G=27.89%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156948700.400.440.396.0928.447.65
Hex9C5E570282C2761c30
Octal234136127050544763460
Binary1001110010111101010111010100010110010011111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,94,87); }

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

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

 a { background-color: rgb(156,94,87); }

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

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

 span { border-color: rgb(156,94,87); }

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