Shades of Toast #9E7056
Tints of Toast #9E7056
RGB
CMYK
RGB Variations
Color information
#9E7056 (or 0x9E7056) is known color: Toast. HEX triplet: 9E, 70 and 56. RGB value is (158,112,86). Sum of RGB (Red+Green+Blue) = 158+112+86=356 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.38% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7056 is #618FA9. Grayscale: #7A7A7A. Windows color (decimal): -6393770 or 5664926. OLE color: 5664926.
HSL color Cylindrical-coordinate representation of color #9E7056: hue angle of 21.67º 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 #9E7056 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 112 | 86 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.38 |
| HSL | 21.67º | 0.3% | 0.48% | - |
| HSV(B) | 21.67º | 0.46% | 0.62% | - |
| XYZ | 21.57 | 19.53 | 11.44 | - |
| YUV | 122.79 | 107.24 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 112 | 86 | 0 | 0.29 | 0.46 | 0.38 | 21.67 | 0.3 | 0.48 |
| Hex | 9E | 70 | 56 | 0 | 1D | 2E | 26 | 16 | 1E | 30 |
| Octal | 236 | 160 | 126 | 0 | 35 | 56 | 46 | 26 | 36 | 60 |
| Binary | 10011110 | 1110000 | 1010110 | 0 | 11101 | 101110 | 100110 | 10110 | 11110 | 110000 |
Color Harmonies of #9E7056
Complementary color
Monochromatic Colors of #9E7056
Black with #9E7056
Text Example
Text Example
White with #9E7056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7056; }
p { color: rgb(158,112,86); }
H1.HeaderClassName
{
color: #9E7056;
}
.AnyTagClassName
{
color: #9E7056;
}
</style>
background-color css
<style>
a { background-color: #9E7056; }
a { background-color: rgb(158,112,86); }
div.DivClassName
{
background-color: #9E7056;
}
.BgClassName
{
background-color: #9E7056;
}
</style>
border-color css
<style>
span { border-color: #9E7056; }
span { border-color: rgb(158,112,86); }
td.TdClassName
{
border-color: #9E7056;
}
.TagClassName
{
border-color: #9E7056;
}
</style>