Shades of Au Chico #9E6C5D
Tints of Au Chico #9E6C5D
RGB
CMYK
RGB Variations
Color information
#9E6C5D (or 0x9E6C5D) is known color: Au Chico. HEX triplet: 9E, 6C and 5D. RGB value is (158,108,93). Sum of RGB (Red+Green+Blue) = 158+108+93=359 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.01% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6C5D is #6193A2. Grayscale: #797979. Windows color (decimal): -6394787 or 6122654. OLE color: 6122654.
HSL color Cylindrical-coordinate representation of color #9E6C5D: hue angle of 13.85º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E6C5D is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 108 | 93 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.38 |
| HSL | 13.85º | 0.26% | 0.49% | - |
| HSV(B) | 13.85º | 0.41% | 0.62% | - |
| XYZ | 21.44 | 18.78 | 12.85 | - |
| YUV | 121.24 | 112.07 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 108 | 93 | 0 | 0.32 | 0.41 | 0.38 | 13.85 | 0.26 | 0.49 |
| Hex | 9E | 6C | 5D | 0 | 20 | 29 | 26 | E | 1A | 31 |
| Octal | 236 | 154 | 135 | 0 | 40 | 51 | 46 | 16 | 32 | 61 |
| Binary | 10011110 | 1101100 | 1011101 | 0 | 100000 | 101001 | 100110 | 1110 | 11010 | 110001 |
Color Harmonies of #9E6C5D
Complementary color
Monochromatic Colors of #9E6C5D
Black with #9E6C5D
Text Example
Text Example
White with #9E6C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6C5D; }
p { color: rgb(158,108,93); }
H1.HeaderClassName
{
color: #9E6C5D;
}
.AnyTagClassName
{
color: #9E6C5D;
}
</style>
background-color css
<style>
a { background-color: #9E6C5D; }
a { background-color: rgb(158,108,93); }
div.DivClassName
{
background-color: #9E6C5D;
}
.BgClassName
{
background-color: #9E6C5D;
}
</style>
border-color css
<style>
span { border-color: #9E6C5D; }
span { border-color: rgb(158,108,93); }
td.TdClassName
{
border-color: #9E6C5D;
}
.TagClassName
{
border-color: #9E6C5D;
}
</style>