Shades of Toast #9E7159
Tints of Toast #9E7159
RGB
CMYK
RGB Variations
Color information
#9E7159 (or 0x9E7159) is known color: Toast. HEX triplet: 9E, 71 and 59. RGB value is (158,113,89). Sum of RGB (Red+Green+Blue) = 158+113+89=360 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.89% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7159 is #618EA6. Grayscale: #7B7B7B. Windows color (decimal): -6393511 or 5861790. OLE color: 5861790.
HSL color Cylindrical-coordinate representation of color #9E7159: hue angle of 20.87º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E7159 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 113 | 89 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.38 |
| HSL | 20.87º | 0.28% | 0.48% | - |
| HSV(B) | 20.87º | 0.44% | 0.62% | - |
| XYZ | 21.81 | 19.8 | 12.12 | - |
| YUV | 123.72 | 108.41 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 113 | 89 | 0 | 0.28 | 0.44 | 0.38 | 20.87 | 0.28 | 0.48 |
| Hex | 9E | 71 | 59 | 0 | 1C | 2C | 26 | 15 | 1C | 30 |
| Octal | 236 | 161 | 131 | 0 | 34 | 54 | 46 | 25 | 34 | 60 |
| Binary | 10011110 | 1110001 | 1011001 | 0 | 11100 | 101100 | 100110 | 10101 | 11100 | 110000 |
Color Harmonies of #9E7159
Complementary color
Monochromatic Colors of #9E7159
Black with #9E7159
Text Example
Text Example
White with #9E7159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7159; }
p { color: rgb(158,113,89); }
H1.HeaderClassName
{
color: #9E7159;
}
.AnyTagClassName
{
color: #9E7159;
}
</style>
background-color css
<style>
a { background-color: #9E7159; }
a { background-color: rgb(158,113,89); }
div.DivClassName
{
background-color: #9E7159;
}
.BgClassName
{
background-color: #9E7159;
}
</style>
border-color css
<style>
span { border-color: #9E7159; }
span { border-color: rgb(158,113,89); }
td.TdClassName
{
border-color: #9E7159;
}
.TagClassName
{
border-color: #9E7159;
}
</style>