Shades of Toast #9E6F59
Tints of Toast #9E6F59
RGB
CMYK
RGB Variations
Color information
#9E6F59 (or 0x9E6F59) is known color: Toast. HEX triplet: 9E, 6F and 59. RGB value is (158,111,89). Sum of RGB (Red+Green+Blue) = 158+111+89=358 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.13% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6F59 is #6190A6. Grayscale: #7A7A7A. Windows color (decimal): -6394023 or 5861278. OLE color: 5861278.
HSL color Cylindrical-coordinate representation of color #9E6F59: hue angle of 19.13º 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 #9E6F59 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 111 | 89 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.38 |
| HSL | 19.13º | 0.28% | 0.48% | - |
| HSV(B) | 19.13º | 0.44% | 0.62% | - |
| XYZ | 21.59 | 19.36 | 12.05 | - |
| YUV | 122.55 | 109.07 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 111 | 89 | 0 | 0.30 | 0.44 | 0.38 | 19.13 | 0.28 | 0.48 |
| Hex | 9E | 6F | 59 | 0 | 1E | 2C | 26 | 13 | 1C | 30 |
| Octal | 236 | 157 | 131 | 0 | 36 | 54 | 46 | 23 | 34 | 60 |
| Binary | 10011110 | 1101111 | 1011001 | 0 | 11110 | 101100 | 100110 | 10011 | 11100 | 110000 |
Color Harmonies of #9E6F59
Complementary color
Monochromatic Colors of #9E6F59
Black with #9E6F59
Text Example
Text Example
White with #9E6F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6F59; }
p { color: rgb(158,111,89); }
H1.HeaderClassName
{
color: #9E6F59;
}
.AnyTagClassName
{
color: #9E6F59;
}
</style>
background-color css
<style>
a { background-color: #9E6F59; }
a { background-color: rgb(158,111,89); }
div.DivClassName
{
background-color: #9E6F59;
}
.BgClassName
{
background-color: #9E6F59;
}
</style>
border-color css
<style>
span { border-color: #9E6F59; }
span { border-color: rgb(158,111,89); }
td.TdClassName
{
border-color: #9E6F59;
}
.TagClassName
{
border-color: #9E6F59;
}
</style>