Shades of Au Chico #9F6558
Tints of Au Chico #9F6558
RGB
CMYK
RGB Variations
Color information
#9F6558 (or 0x9F6558) is known color: Au Chico. HEX triplet: 9F, 65 and 58. RGB value is (159,101,88). Sum of RGB (Red+Green+Blue) = 159+101+88=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6558 is #609AA7. Grayscale: #747474. Windows color (decimal): -6331048 or 5793183. OLE color: 5793183.
HSL color Cylindrical-coordinate representation of color #9F6558: hue angle of 10.99º 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 #9F6558 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 101 | 88 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.38 |
| HSL | 10.99º | 0.29% | 0.48% | - |
| HSV(B) | 10.99º | 0.45% | 0.62% | - |
| XYZ | 20.71 | 17.38 | 11.5 | - |
| YUV | 116.86 | 111.72 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 101 | 88 | 0 | 0.36 | 0.45 | 0.38 | 10.99 | 0.29 | 0.48 |
| Hex | 9F | 65 | 58 | 0 | 24 | 2D | 26 | B | 1D | 30 |
| Octal | 237 | 145 | 130 | 0 | 44 | 55 | 46 | 13 | 35 | 60 |
| Binary | 10011111 | 1100101 | 1011000 | 0 | 100100 | 101101 | 100110 | 1011 | 11101 | 110000 |
Color Harmonies of #9F6558
Complementary color
Monochromatic Colors of #9F6558
Black with #9F6558
Text Example
Text Example
White with #9F6558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6558; }
p { color: rgb(159,101,88); }
H1.HeaderClassName
{
color: #9F6558;
}
.AnyTagClassName
{
color: #9F6558;
}
</style>
background-color css
<style>
a { background-color: #9F6558; }
a { background-color: rgb(159,101,88); }
div.DivClassName
{
background-color: #9F6558;
}
.BgClassName
{
background-color: #9F6558;
}
</style>
border-color css
<style>
span { border-color: #9F6558; }
span { border-color: rgb(159,101,88); }
td.TdClassName
{
border-color: #9F6558;
}
.TagClassName
{
border-color: #9F6558;
}
</style>