Shades of Au Chico #9D6355
Tints of Au Chico #9D6355
RGB
CMYK
RGB Variations
Color information
#9D6355 (or 0x9D6355) is known color: Au Chico. HEX triplet: 9D, 63 and 55. RGB value is (157,99,85). Sum of RGB (Red+Green+Blue) = 157+99+85=341 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.04% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6355 is #629CAA. Grayscale: #727272. Windows color (decimal): -6462635 or 5596061. OLE color: 5596061.
HSL color Cylindrical-coordinate representation of color #9D6355: hue angle of 11.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D6355 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 99 | 85 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.38 |
| HSL | 11.67º | 0.3% | 0.47% | - |
| HSV(B) | 11.67º | 0.46% | 0.62% | - |
| XYZ | 20.01 | 16.75 | 10.77 | - |
| YUV | 114.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 99 | 85 | 0 | 0.37 | 0.46 | 0.38 | 11.67 | 0.3 | 0.47 |
| Hex | 9D | 63 | 55 | 0 | 25 | 2E | 26 | C | 1E | 2F |
| Octal | 235 | 143 | 125 | 0 | 45 | 56 | 46 | 14 | 36 | 57 |
| Binary | 10011101 | 1100011 | 1010101 | 0 | 100101 | 101110 | 100110 | 1100 | 11110 | 101111 |
Color Harmonies of #9D6355
Complementary color
Monochromatic Colors of #9D6355
Black with #9D6355
Text Example
Text Example
White with #9D6355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6355; }
p { color: rgb(157,99,85); }
H1.HeaderClassName
{
color: #9D6355;
}
.AnyTagClassName
{
color: #9D6355;
}
</style>
background-color css
<style>
a { background-color: #9D6355; }
a { background-color: rgb(157,99,85); }
div.DivClassName
{
background-color: #9D6355;
}
.BgClassName
{
background-color: #9D6355;
}
</style>
border-color css
<style>
span { border-color: #9D6355; }
span { border-color: rgb(157,99,85); }
td.TdClassName
{
border-color: #9D6355;
}
.TagClassName
{
border-color: #9D6355;
}
</style>