Shades of Toast #9E6D56
Tints of Toast #9E6D56
RGB
CMYK
RGB Variations
Color information
#9E6D56 (or 0x9E6D56) is known color: Toast. HEX triplet: 9E, 6D and 56. RGB value is (158,109,86). Sum of RGB (Red+Green+Blue) = 158+109+86=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6D56 is #6192A9. Grayscale: #797979. Windows color (decimal): -6394538 or 5664158. OLE color: 5664158.
HSL color Cylindrical-coordinate representation of color #9E6D56: hue angle of 19.17º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E6D56 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 109 | 86 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.38 |
| HSL | 19.17º | 0.3% | 0.48% | - |
| HSV(B) | 19.17º | 0.46% | 0.62% | - |
| XYZ | 21.25 | 18.88 | 11.33 | - |
| YUV | 121.03 | 108.23 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 109 | 86 | 0 | 0.31 | 0.46 | 0.38 | 19.17 | 0.3 | 0.48 |
| Hex | 9E | 6D | 56 | 0 | 1F | 2E | 26 | 13 | 1E | 30 |
| Octal | 236 | 155 | 126 | 0 | 37 | 56 | 46 | 23 | 36 | 60 |
| Binary | 10011110 | 1101101 | 1010110 | 0 | 11111 | 101110 | 100110 | 10011 | 11110 | 110000 |
Color Harmonies of #9E6D56
Complementary color
Monochromatic Colors of #9E6D56
Black with #9E6D56
Text Example
Text Example
White with #9E6D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6D56; }
p { color: rgb(158,109,86); }
H1.HeaderClassName
{
color: #9E6D56;
}
.AnyTagClassName
{
color: #9E6D56;
}
</style>
background-color css
<style>
a { background-color: #9E6D56; }
a { background-color: rgb(158,109,86); }
div.DivClassName
{
background-color: #9E6D56;
}
.BgClassName
{
background-color: #9E6D56;
}
</style>
border-color css
<style>
span { border-color: #9E6D56; }
span { border-color: rgb(158,109,86); }
td.TdClassName
{
border-color: #9E6D56;
}
.TagClassName
{
border-color: #9E6D56;
}
</style>