Shades of Au Chico #9E614D
Tints of Au Chico #9E614D
RGB
CMYK
RGB Variations
Color information
#9E614D (or 0x9E614D) is known color: Au Chico. HEX triplet: 9E, 61 and 4D. RGB value is (158,97,77). Sum of RGB (Red+Green+Blue) = 158+97+77=332 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.59% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 158 - color contains mainly: red. Hex color #9E614D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E614D is #619EB2. Grayscale: #717171. Windows color (decimal): -6397619 or 5071262. OLE color: 5071262.
HSL color Cylindrical-coordinate representation of color #9E614D: hue angle of 14.81º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E614D is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 97 | 77 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.38 |
| HSL | 14.81º | 0.34% | 0.46% | - |
| HSV(B) | 14.81º | 0.51% | 0.62% | - |
| XYZ | 19.71 | 16.35 | 9.14 | - |
| YUV | 112.96 | 107.71 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 97 | 77 | 0 | 0.39 | 0.51 | 0.38 | 14.81 | 0.34 | 0.46 |
| Hex | 9E | 61 | 4D | 0 | 27 | 33 | 26 | F | 22 | 2E |
| Octal | 236 | 141 | 115 | 0 | 47 | 63 | 46 | 17 | 42 | 56 |
| Binary | 10011110 | 1100001 | 1001101 | 0 | 100111 | 110011 | 100110 | 1111 | 100010 | 101110 |
Color Harmonies of #9E614D
Complementary color
Monochromatic Colors of #9E614D
Black with #9E614D
Text Example
Text Example
White with #9E614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E614D; }
p { color: rgb(158,97,77); }
H1.HeaderClassName
{
color: #9E614D;
}
.AnyTagClassName
{
color: #9E614D;
}
</style>
background-color css
<style>
a { background-color: #9E614D; }
a { background-color: rgb(158,97,77); }
div.DivClassName
{
background-color: #9E614D;
}
.BgClassName
{
background-color: #9E614D;
}
</style>
border-color css
<style>
span { border-color: #9E614D; }
span { border-color: rgb(158,97,77); }
td.TdClassName
{
border-color: #9E614D;
}
.TagClassName
{
border-color: #9E614D;
}
</style>