Shades of Au Chico #9E6259
Tints of Au Chico #9E6259
RGB
CMYK
RGB Variations
Color information
#9E6259 (or 0x9E6259) is known color: Au Chico. HEX triplet: 9E, 62 and 59. RGB value is (158,98,89). Sum of RGB (Red+Green+Blue) = 158+98+89=345 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.80% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6259 is #619DA6. Grayscale: #737373. Windows color (decimal): -6397351 or 5857950. OLE color: 5857950.
HSL color Cylindrical-coordinate representation of color #9E6259: hue angle of 7.83º 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 #9E6259 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 98 | 89 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.38 |
| HSL | 7.83º | 0.28% | 0.48% | - |
| HSV(B) | 7.83º | 0.44% | 0.62% | - |
| XYZ | 20.27 | 16.73 | 11.61 | - |
| YUV | 114.91 | 113.38 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 98 | 89 | 0 | 0.38 | 0.44 | 0.38 | 7.83 | 0.28 | 0.48 |
| Hex | 9E | 62 | 59 | 0 | 26 | 2C | 26 | 8 | 1C | 30 |
| Octal | 236 | 142 | 131 | 0 | 46 | 54 | 46 | 10 | 34 | 60 |
| Binary | 10011110 | 1100010 | 1011001 | 0 | 100110 | 101100 | 100110 | 1000 | 11100 | 110000 |
Color Harmonies of #9E6259
Complementary color
Monochromatic Colors of #9E6259
Black with #9E6259
Text Example
Text Example
White with #9E6259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6259; }
p { color: rgb(158,98,89); }
H1.HeaderClassName
{
color: #9E6259;
}
.AnyTagClassName
{
color: #9E6259;
}
</style>
background-color css
<style>
a { background-color: #9E6259; }
a { background-color: rgb(158,98,89); }
div.DivClassName
{
background-color: #9E6259;
}
.BgClassName
{
background-color: #9E6259;
}
</style>
border-color css
<style>
span { border-color: #9E6259; }
span { border-color: rgb(158,98,89); }
td.TdClassName
{
border-color: #9E6259;
}
.TagClassName
{
border-color: #9E6259;
}
</style>