Shades of Au Chico #9E624F
Tints of Au Chico #9E624F
RGB
CMYK
RGB Variations
Color information
#9E624F (or 0x9E624F) is known color: Au Chico. HEX triplet: 9E, 62 and 4F. RGB value is (158,98,79). Sum of RGB (Red+Green+Blue) = 158+98+79=335 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.16% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 158 - color contains mainly: red. Hex color #9E624F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E624F is #619DB0. Grayscale: #717171. Windows color (decimal): -6397361 or 5202590. OLE color: 5202590.
HSL color Cylindrical-coordinate representation of color #9E624F: hue angle of 14.43º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E624F is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 98 | 79 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.38 |
| HSL | 14.43º | 0.33% | 0.46% | - |
| HSV(B) | 14.43º | 0.5% | 0.62% | - |
| XYZ | 19.88 | 16.57 | 9.55 | - |
| YUV | 113.77 | 108.38 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 98 | 79 | 0 | 0.38 | 0.50 | 0.38 | 14.43 | 0.33 | 0.46 |
| Hex | 9E | 62 | 4F | 0 | 26 | 32 | 26 | E | 21 | 2E |
| Octal | 236 | 142 | 117 | 0 | 46 | 62 | 46 | 16 | 41 | 56 |
| Binary | 10011110 | 1100010 | 1001111 | 0 | 100110 | 110010 | 100110 | 1110 | 100001 | 101110 |
Color Harmonies of #9E624F
Complementary color
Monochromatic Colors of #9E624F
Black with #9E624F
Text Example
Text Example
White with #9E624F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E624F; }
p { color: rgb(158,98,79); }
H1.HeaderClassName
{
color: #9E624F;
}
.AnyTagClassName
{
color: #9E624F;
}
</style>
background-color css
<style>
a { background-color: #9E624F; }
a { background-color: rgb(158,98,79); }
div.DivClassName
{
background-color: #9E624F;
}
.BgClassName
{
background-color: #9E624F;
}
</style>
border-color css
<style>
span { border-color: #9E624F; }
span { border-color: rgb(158,98,79); }
td.TdClassName
{
border-color: #9E624F;
}
.TagClassName
{
border-color: #9E624F;
}
</style>