Shades of Au Chico #9E6558
Tints of Au Chico #9E6558
RGB
CMYK
RGB Variations
Color information
#9E6558 (or 0x9E6558) is known color: Au Chico. HEX triplet: 9E, 65 and 58. RGB value is (158,101,88). Sum of RGB (Red+Green+Blue) = 158+101+88=347 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.53% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6558 is #619AA7. Grayscale: #747474. Windows color (decimal): -6396584 or 5793182. OLE color: 5793182.
HSL color Cylindrical-coordinate representation of color #9E6558: hue angle of 11.14º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E6558 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 101 | 88 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.38 |
| HSL | 11.14º | 0.28% | 0.48% | - |
| HSV(B) | 11.14º | 0.44% | 0.62% | - |
| XYZ | 20.52 | 17.28 | 11.49 | - |
| YUV | 116.56 | 111.88 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 88 | 0 | 0.36 | 0.44 | 0.38 | 11.14 | 0.28 | 0.48 |
| Hex | 9E | 65 | 58 | 0 | 24 | 2C | 26 | B | 1C | 30 |
| Octal | 236 | 145 | 130 | 0 | 44 | 54 | 46 | 13 | 34 | 60 |
| Binary | 10011110 | 1100101 | 1011000 | 0 | 100100 | 101100 | 100110 | 1011 | 11100 | 110000 |
Color Harmonies of #9E6558
Complementary color
Monochromatic Colors of #9E6558
Black with #9E6558
Text Example
Text Example
White with #9E6558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6558; }
p { color: rgb(158,101,88); }
H1.HeaderClassName
{
color: #9E6558;
}
.AnyTagClassName
{
color: #9E6558;
}
</style>
background-color css
<style>
a { background-color: #9E6558; }
a { background-color: rgb(158,101,88); }
div.DivClassName
{
background-color: #9E6558;
}
.BgClassName
{
background-color: #9E6558;
}
</style>
border-color css
<style>
span { border-color: #9E6558; }
span { border-color: rgb(158,101,88); }
td.TdClassName
{
border-color: #9E6558;
}
.TagClassName
{
border-color: #9E6558;
}
</style>