Shades of Toast #9E705D
Tints of Toast #9E705D
RGB
CMYK
RGB Variations
Color information
#9E705D (or 0x9E705D) is known color: Toast. HEX triplet: 9E, 70 and 5D. RGB value is (158,112,93). Sum of RGB (Red+Green+Blue) = 158+112+93=363 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.53% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 158 - color contains mainly: red. Hex color #9E705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E705D is #618FA2. Grayscale: #7B7B7B. Windows color (decimal): -6393763 or 6123678. OLE color: 6123678.
HSL color Cylindrical-coordinate representation of color #9E705D: hue angle of 17.54º degrees, saturation: 0.26, 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 #9E705D is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 112 | 93 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.38 |
| HSL | 17.54º | 0.26% | 0.49% | - |
| HSV(B) | 17.54º | 0.41% | 0.62% | - |
| XYZ | 21.87 | 19.65 | 13 | - |
| YUV | 123.59 | 110.74 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 112 | 93 | 0 | 0.29 | 0.41 | 0.38 | 17.54 | 0.26 | 0.49 |
| Hex | 9E | 70 | 5D | 0 | 1D | 29 | 26 | 12 | 1A | 31 |
| Octal | 236 | 160 | 135 | 0 | 35 | 51 | 46 | 22 | 32 | 61 |
| Binary | 10011110 | 1110000 | 1011101 | 0 | 11101 | 101001 | 100110 | 10010 | 11010 | 110001 |
Color Harmonies of #9E705D
Complementary color
Monochromatic Colors of #9E705D
Black with #9E705D
Text Example
Text Example
White with #9E705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E705D; }
p { color: rgb(158,112,93); }
H1.HeaderClassName
{
color: #9E705D;
}
.AnyTagClassName
{
color: #9E705D;
}
</style>
background-color css
<style>
a { background-color: #9E705D; }
a { background-color: rgb(158,112,93); }
div.DivClassName
{
background-color: #9E705D;
}
.BgClassName
{
background-color: #9E705D;
}
</style>
border-color css
<style>
span { border-color: #9E705D; }
span { border-color: rgb(158,112,93); }
td.TdClassName
{
border-color: #9E705D;
}
.TagClassName
{
border-color: #9E705D;
}
</style>