#9C5D51

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

Shades of Au Chico #9C5D51

Tints of Au Chico #9C5D51

Color information

#9C5D51 (or 0x9C5D51) is unknown color: approx Au Chico. HEX triplet: 9C, 5D and 51. RGB value is (156,93,81). Sum of RGB (Red+Green+Blue) = 156+93+81=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5D51 is #63A2AE. Grayscale: #6E6E6E. Windows color (decimal): -6529711 or 5332380. OLE color: 5332380.

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

Color convert

RGB1569381-
CMYK00.400.480.39
HSL9.6º31.65%46.47%-
HSV(B)9.6º48.08%61.18%-
XYZ19.1115.499.77-
YUV110.47111.37160.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.27%
GREEN value IS 93 (36.72% from 255) = 28.18%
BLUE value IS 81 (32.03% from 255) = 24.55%
R=47.27%
G=28.18%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156938100.400.480.399.631.6546.47
Hex9C5D510283027a202e
Octal2341351210506047124056
Binary100111001011101101000101010001100001001111010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,93,81); }

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

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

 a { background-color: rgb(156,93,81); }

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

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

 span { border-color: rgb(156,93,81); }

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