Shades of Au Chico #9F6155
Tints of Au Chico #9F6155
RGB
CMYK
RGB Variations
Color information
#9F6155 (or 0x9F6155) is known color: Au Chico. HEX triplet: 9F, 61 and 55. RGB value is (159,97,85). Sum of RGB (Red+Green+Blue) = 159+97+85=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6155 is #609EAA. Grayscale: #727272. Windows color (decimal): -6332075 or 5595551. OLE color: 5595551.
HSL color Cylindrical-coordinate representation of color #9F6155: hue angle of 9.73º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F6155 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 97 | 85 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.38 |
| HSL | 9.73º | 0.3% | 0.48% | - |
| HSV(B) | 9.73º | 0.47% | 0.62% | - |
| XYZ | 20.21 | 16.58 | 10.73 | - |
| YUV | 114.17 | 111.54 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 97 | 85 | 0 | 0.39 | 0.47 | 0.38 | 9.73 | 0.3 | 0.48 |
| Hex | 9F | 61 | 55 | 0 | 27 | 2F | 26 | A | 1E | 30 |
| Octal | 237 | 141 | 125 | 0 | 47 | 57 | 46 | 12 | 36 | 60 |
| Binary | 10011111 | 1100001 | 1010101 | 0 | 100111 | 101111 | 100110 | 1010 | 11110 | 110000 |
Color Harmonies of #9F6155
Complementary color
Monochromatic Colors of #9F6155
Black with #9F6155
Text Example
Text Example
White with #9F6155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6155; }
p { color: rgb(159,97,85); }
H1.HeaderClassName
{
color: #9F6155;
}
.AnyTagClassName
{
color: #9F6155;
}
</style>
background-color css
<style>
a { background-color: #9F6155; }
a { background-color: rgb(159,97,85); }
div.DivClassName
{
background-color: #9F6155;
}
.BgClassName
{
background-color: #9F6155;
}
</style>
border-color css
<style>
span { border-color: #9F6155; }
span { border-color: rgb(159,97,85); }
td.TdClassName
{
border-color: #9F6155;
}
.TagClassName
{
border-color: #9F6155;
}
</style>