Shades of Au Chico #9F6557
Tints of Au Chico #9F6557
RGB
CMYK
RGB Variations
Color information
#9F6557 (or 0x9F6557) is known color: Au Chico. HEX triplet: 9F, 65 and 57. RGB value is (159,101,87). Sum of RGB (Red+Green+Blue) = 159+101+87=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6557 is #609AA8. Grayscale: #747474. Windows color (decimal): -6331049 or 5727647. OLE color: 5727647.
HSL color Cylindrical-coordinate representation of color #9F6557: hue angle of 11.67º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F6557 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 101 | 87 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.38 |
| HSL | 11.67º | 0.29% | 0.48% | - |
| HSV(B) | 11.67º | 0.45% | 0.62% | - |
| XYZ | 20.67 | 17.37 | 11.28 | - |
| YUV | 116.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 101 | 87 | 0 | 0.36 | 0.45 | 0.38 | 11.67 | 0.29 | 0.48 |
| Hex | 9F | 65 | 57 | 0 | 24 | 2D | 26 | C | 1D | 30 |
| Octal | 237 | 145 | 127 | 0 | 44 | 55 | 46 | 14 | 35 | 60 |
| Binary | 10011111 | 1100101 | 1010111 | 0 | 100100 | 101101 | 100110 | 1100 | 11101 | 110000 |
Color Harmonies of #9F6557
Complementary color
Monochromatic Colors of #9F6557
Black with #9F6557
Text Example
Text Example
White with #9F6557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6557; }
p { color: rgb(159,101,87); }
H1.HeaderClassName
{
color: #9F6557;
}
.AnyTagClassName
{
color: #9F6557;
}
</style>
background-color css
<style>
a { background-color: #9F6557; }
a { background-color: rgb(159,101,87); }
div.DivClassName
{
background-color: #9F6557;
}
.BgClassName
{
background-color: #9F6557;
}
</style>
border-color css
<style>
span { border-color: #9F6557; }
span { border-color: rgb(159,101,87); }
td.TdClassName
{
border-color: #9F6557;
}
.TagClassName
{
border-color: #9F6557;
}
</style>