Shades of Au Chico #9E6759
Tints of Au Chico #9E6759
RGB
CMYK
RGB Variations
Color information
#9E6759 (or 0x9E6759) is known color: Au Chico. HEX triplet: 9E, 67 and 59. RGB value is (158,103,89). Sum of RGB (Red+Green+Blue) = 158+103+89=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6759 is #6198A6. Grayscale: #757575. Windows color (decimal): -6396071 or 5859230. OLE color: 5859230.
HSL color Cylindrical-coordinate representation of color #9E6759: hue angle of 12.17º 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 #9E6759 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 103 | 89 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.38 |
| HSL | 12.17º | 0.28% | 0.48% | - |
| HSV(B) | 12.17º | 0.44% | 0.62% | - |
| XYZ | 20.75 | 17.69 | 11.77 | - |
| YUV | 117.85 | 111.72 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 103 | 89 | 0 | 0.35 | 0.44 | 0.38 | 12.17 | 0.28 | 0.48 |
| Hex | 9E | 67 | 59 | 0 | 23 | 2C | 26 | C | 1C | 30 |
| Octal | 236 | 147 | 131 | 0 | 43 | 54 | 46 | 14 | 34 | 60 |
| Binary | 10011110 | 1100111 | 1011001 | 0 | 100011 | 101100 | 100110 | 1100 | 11100 | 110000 |
Color Harmonies of #9E6759
Complementary color
Monochromatic Colors of #9E6759
Black with #9E6759
Text Example
Text Example
White with #9E6759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6759; }
p { color: rgb(158,103,89); }
H1.HeaderClassName
{
color: #9E6759;
}
.AnyTagClassName
{
color: #9E6759;
}
</style>
background-color css
<style>
a { background-color: #9E6759; }
a { background-color: rgb(158,103,89); }
div.DivClassName
{
background-color: #9E6759;
}
.BgClassName
{
background-color: #9E6759;
}
</style>
border-color css
<style>
span { border-color: #9E6759; }
span { border-color: rgb(158,103,89); }
td.TdClassName
{
border-color: #9E6759;
}
.TagClassName
{
border-color: #9E6759;
}
</style>