Shades of Toast #9E705E
Tints of Toast #9E705E
RGB
CMYK
RGB Variations
Color information
#9E705E (or 0x9E705E) is known color: Toast. HEX triplet: 9E, 70 and 5E. RGB value is (158,112,94). Sum of RGB (Red+Green+Blue) = 158+112+94=364 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.41% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 158 - color contains mainly: red. Hex color #9E705E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E705E is #618FA1. Grayscale: #7B7B7B. Windows color (decimal): -6393762 or 6189214. OLE color: 6189214.
HSL color Cylindrical-coordinate representation of color #9E705E: hue angle of 16.88º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E705E is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 112 | 94 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.38 |
| HSL | 16.88º | 0.25% | 0.49% | - |
| HSV(B) | 16.88º | 0.41% | 0.62% | - |
| XYZ | 21.92 | 19.67 | 13.23 | - |
| YUV | 123.7 | 111.24 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 112 | 94 | 0 | 0.29 | 0.41 | 0.38 | 16.88 | 0.25 | 0.49 |
| Hex | 9E | 70 | 5E | 0 | 1D | 29 | 26 | 11 | 19 | 31 |
| Octal | 236 | 160 | 136 | 0 | 35 | 51 | 46 | 21 | 31 | 61 |
| Binary | 10011110 | 1110000 | 1011110 | 0 | 11101 | 101001 | 100110 | 10001 | 11001 | 110001 |
Color Harmonies of #9E705E
Complementary color
Monochromatic Colors of #9E705E
Black with #9E705E
Text Example
Text Example
White with #9E705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E705E; }
p { color: rgb(158,112,94); }
H1.HeaderClassName
{
color: #9E705E;
}
.AnyTagClassName
{
color: #9E705E;
}
</style>
background-color css
<style>
a { background-color: #9E705E; }
a { background-color: rgb(158,112,94); }
div.DivClassName
{
background-color: #9E705E;
}
.BgClassName
{
background-color: #9E705E;
}
</style>
border-color css
<style>
span { border-color: #9E705E; }
span { border-color: rgb(158,112,94); }
td.TdClassName
{
border-color: #9E705E;
}
.TagClassName
{
border-color: #9E705E;
}
</style>