Shades of Au Chico #9C5E55
Tints of Au Chico #9C5E55
RGB
CMYK
RGB Variations
Color information
#9C5E55 (or 0x9C5E55) is known color: Au Chico. HEX triplet: 9C, 5E and 55. RGB value is (156,94,85). Sum of RGB (Red+Green+Blue) = 156+94+85=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5E55 is #63A1AA. Grayscale: #6F6F6F. Windows color (decimal): -6529451 or 5594780. OLE color: 5594780.
HSL color Cylindrical-coordinate representation of color #9C5E55: hue angle of 7.61º degrees, saturation: 0.29, 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 #9C5E55 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 94 | 85 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.39 |
| HSL | 7.61º | 0.29% | 0.47% | - |
| HSV(B) | 7.61º | 0.46% | 0.61% | - |
| XYZ | 19.35 | 15.73 | 10.61 | - |
| YUV | 111.51 | 113.04 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 94 | 85 | 0 | 0.40 | 0.46 | 0.39 | 7.61 | 0.29 | 0.47 |
| Hex | 9C | 5E | 55 | 0 | 28 | 2E | 27 | 8 | 1D | 2F |
| Octal | 234 | 136 | 125 | 0 | 50 | 56 | 47 | 10 | 35 | 57 |
| Binary | 10011100 | 1011110 | 1010101 | 0 | 101000 | 101110 | 100111 | 1000 | 11101 | 101111 |
Color Harmonies of #9C5E55
Complementary color
Monochromatic Colors of #9C5E55
Black with #9C5E55
Text Example
Text Example
White with #9C5E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5E55; }
p { color: rgb(156,94,85); }
H1.HeaderClassName
{
color: #9C5E55;
}
.AnyTagClassName
{
color: #9C5E55;
}
</style>
background-color css
<style>
a { background-color: #9C5E55; }
a { background-color: rgb(156,94,85); }
div.DivClassName
{
background-color: #9C5E55;
}
.BgClassName
{
background-color: #9C5E55;
}
</style>
border-color css
<style>
span { border-color: #9C5E55; }
span { border-color: rgb(156,94,85); }
td.TdClassName
{
border-color: #9C5E55;
}
.TagClassName
{
border-color: #9C5E55;
}
</style>