Shades of Au Chico #9E6150
Tints of Au Chico #9E6150
RGB
CMYK
RGB Variations
Color information
#9E6150 (or 0x9E6150) is known color: Au Chico. HEX triplet: 9E, 61 and 50. RGB value is (158,97,80). Sum of RGB (Red+Green+Blue) = 158+97+80=335 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.16% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6150 is #619EAF. Grayscale: #717171. Windows color (decimal): -6397616 or 5267870. OLE color: 5267870.
HSL color Cylindrical-coordinate representation of color #9E6150: hue angle of 13.08º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E6150 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 97 | 80 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.38 |
| HSL | 13.08º | 0.33% | 0.47% | - |
| HSV(B) | 13.08º | 0.49% | 0.62% | - |
| XYZ | 19.82 | 16.4 | 9.71 | - |
| YUV | 113.3 | 109.21 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 97 | 80 | 0 | 0.39 | 0.49 | 0.38 | 13.08 | 0.33 | 0.47 |
| Hex | 9E | 61 | 50 | 0 | 27 | 31 | 26 | D | 21 | 2F |
| Octal | 236 | 141 | 120 | 0 | 47 | 61 | 46 | 15 | 41 | 57 |
| Binary | 10011110 | 1100001 | 1010000 | 0 | 100111 | 110001 | 100110 | 1101 | 100001 | 101111 |
Color Harmonies of #9E6150
Complementary color
Monochromatic Colors of #9E6150
Black with #9E6150
Text Example
Text Example
White with #9E6150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6150; }
p { color: rgb(158,97,80); }
H1.HeaderClassName
{
color: #9E6150;
}
.AnyTagClassName
{
color: #9E6150;
}
</style>
background-color css
<style>
a { background-color: #9E6150; }
a { background-color: rgb(158,97,80); }
div.DivClassName
{
background-color: #9E6150;
}
.BgClassName
{
background-color: #9E6150;
}
</style>
border-color css
<style>
span { border-color: #9E6150; }
span { border-color: rgb(158,97,80); }
td.TdClassName
{
border-color: #9E6150;
}
.TagClassName
{
border-color: #9E6150;
}
</style>