Shades of Au Chico #995E51
Tints of Au Chico #995E51
RGB
CMYK
RGB Variations
Color information
#995E51 (or 0x995E51) is known color: Au Chico. HEX triplet: 99, 5E and 51. RGB value is (153,94,81). Sum of RGB (Red+Green+Blue) = 153+94+81=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #995E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995E51 is #66A1AE. Grayscale: #6E6E6E. Windows color (decimal): -6726063 or 5332633. OLE color: 5332633.
HSL color Cylindrical-coordinate representation of color #995E51: hue angle of 10.83º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #995E51 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 94 | 81 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.4 |
| HSL | 10.83º | 0.31% | 0.46% | - |
| HSV(B) | 10.83º | 0.47% | 0.6% | - |
| XYZ | 18.62 | 15.37 | 9.77 | - |
| YUV | 110.16 | 111.55 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 94 | 81 | 0 | 0.39 | 0.47 | 0.4 | 10.83 | 0.31 | 0.46 |
| Hex | 99 | 5E | 51 | 0 | 27 | 2F | 28 | B | 1F | 2E |
| Octal | 231 | 136 | 121 | 0 | 47 | 57 | 50 | 13 | 37 | 56 |
| Binary | 10011001 | 1011110 | 1010001 | 0 | 100111 | 101111 | 101000 | 1011 | 11111 | 101110 |
Color Harmonies of #995E51
Complementary color
Monochromatic Colors of #995E51
Black with #995E51
Text Example
Text Example
White with #995E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995E51; }
p { color: rgb(153,94,81); }
H1.HeaderClassName
{
color: #995E51;
}
.AnyTagClassName
{
color: #995E51;
}
</style>
background-color css
<style>
a { background-color: #995E51; }
a { background-color: rgb(153,94,81); }
div.DivClassName
{
background-color: #995E51;
}
.BgClassName
{
background-color: #995E51;
}
</style>
border-color css
<style>
span { border-color: #995E51; }
span { border-color: rgb(153,94,81); }
td.TdClassName
{
border-color: #995E51;
}
.TagClassName
{
border-color: #995E51;
}
</style>