#9C5C54

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

Shades of Au Chico #9C5C54

Tints of Au Chico #9C5C54

Color information

#9C5C54 (or 0x9C5C54) is unknown color: approx Au Chico. HEX triplet: 9C, 5C and 54. RGB value is (156,92,84). Sum of RGB (Red+Green+Blue) = 156+92+84=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5C54 is #63A3AB. Grayscale: #6E6E6E. Windows color (decimal): -6529964 or 5528732. OLE color: 5528732.

HSL color Cylindrical-coordinate representation of color #9C5C54: hue angle of 6.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C5C54 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB1569284-
CMYK00.410.460.39
HSL6.67º30%47.06%-
HSV(B)6.67º46.15%61.18%-
XYZ19.1415.3610.34-
YUV110.22113.2160.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.99%
GREEN value IS 92 (36.33% from 255) = 27.71%
BLUE value IS 84 (33.20% from 255) = 25.30%
R=46.99%
G=27.71%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156928400.410.460.396.673047.06
Hex9C5C540292E2771e2f
Octal234134124051564773657
Binary1001110010111001010100010100110111010011111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,92,84); }

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

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

 a { background-color: rgb(156,92,84); }

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

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

 span { border-color: rgb(156,92,84); }

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