Shades of Au Chico #9E6854
Tints of Au Chico #9E6854
RGB
CMYK
RGB Variations
Color information
#9E6854 (or 0x9E6854) is known color: Au Chico. HEX triplet: 9E, 68 and 54. RGB value is (158,104,84). Sum of RGB (Red+Green+Blue) = 158+104+84=346 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.66% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6854 is #6197AB. Grayscale: #757575. Windows color (decimal): -6395820 or 5531806. OLE color: 5531806.
HSL color Cylindrical-coordinate representation of color #9E6854: hue angle of 16.22º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E6854 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 104 | 84 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.38 |
| HSL | 16.22º | 0.31% | 0.47% | - |
| HSV(B) | 16.22º | 0.47% | 0.62% | - |
| XYZ | 20.65 | 17.81 | 10.74 | - |
| YUV | 117.87 | 108.89 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 104 | 84 | 0 | 0.34 | 0.47 | 0.38 | 16.22 | 0.31 | 0.47 |
| Hex | 9E | 68 | 54 | 0 | 22 | 2F | 26 | 10 | 1F | 2F |
| Octal | 236 | 150 | 124 | 0 | 42 | 57 | 46 | 20 | 37 | 57 |
| Binary | 10011110 | 1101000 | 1010100 | 0 | 100010 | 101111 | 100110 | 10000 | 11111 | 101111 |
Color Harmonies of #9E6854
Complementary color
Monochromatic Colors of #9E6854
Black with #9E6854
Text Example
Text Example
White with #9E6854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6854; }
p { color: rgb(158,104,84); }
H1.HeaderClassName
{
color: #9E6854;
}
.AnyTagClassName
{
color: #9E6854;
}
</style>
background-color css
<style>
a { background-color: #9E6854; }
a { background-color: rgb(158,104,84); }
div.DivClassName
{
background-color: #9E6854;
}
.BgClassName
{
background-color: #9E6854;
}
</style>
border-color css
<style>
span { border-color: #9E6854; }
span { border-color: rgb(158,104,84); }
td.TdClassName
{
border-color: #9E6854;
}
.TagClassName
{
border-color: #9E6854;
}
</style>