Shades of Au Chico #9E6656
Tints of Au Chico #9E6656
RGB
CMYK
RGB Variations
Color information
#9E6656 (or 0x9E6656) is known color: Au Chico. HEX triplet: 9E, 66 and 56. RGB value is (158,102,86). Sum of RGB (Red+Green+Blue) = 158+102+86=346 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.66% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6656 is #6199A9. Grayscale: #757575. Windows color (decimal): -6396330 or 5662366. OLE color: 5662366.
HSL color Cylindrical-coordinate representation of color #9E6656: hue angle of 13.33º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E6656 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 102 | 86 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.38 |
| HSL | 13.33º | 0.3% | 0.48% | - |
| HSV(B) | 13.33º | 0.46% | 0.62% | - |
| XYZ | 20.53 | 17.44 | 11.09 | - |
| YUV | 116.92 | 110.55 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 102 | 86 | 0 | 0.35 | 0.46 | 0.38 | 13.33 | 0.3 | 0.48 |
| Hex | 9E | 66 | 56 | 0 | 23 | 2E | 26 | D | 1E | 30 |
| Octal | 236 | 146 | 126 | 0 | 43 | 56 | 46 | 15 | 36 | 60 |
| Binary | 10011110 | 1100110 | 1010110 | 0 | 100011 | 101110 | 100110 | 1101 | 11110 | 110000 |
Color Harmonies of #9E6656
Complementary color
Monochromatic Colors of #9E6656
Black with #9E6656
Text Example
Text Example
White with #9E6656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6656; }
p { color: rgb(158,102,86); }
H1.HeaderClassName
{
color: #9E6656;
}
.AnyTagClassName
{
color: #9E6656;
}
</style>
background-color css
<style>
a { background-color: #9E6656; }
a { background-color: rgb(158,102,86); }
div.DivClassName
{
background-color: #9E6656;
}
.BgClassName
{
background-color: #9E6656;
}
</style>
border-color css
<style>
span { border-color: #9E6656; }
span { border-color: rgb(158,102,86); }
td.TdClassName
{
border-color: #9E6656;
}
.TagClassName
{
border-color: #9E6656;
}
</style>