Shades of Toast #9E725E
Tints of Toast #9E725E
RGB
CMYK
RGB Variations
Color information
#9E725E (or 0x9E725E) is known color: Toast. HEX triplet: 9E, 72 and 5E. RGB value is (158,114,94). Sum of RGB (Red+Green+Blue) = 158+114+94=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 158 - color contains mainly: red. Hex color #9E725E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E725E is #618DA1. Grayscale: #7D7D7D. Windows color (decimal): -6393250 or 6189726. OLE color: 6189726.
HSL color Cylindrical-coordinate representation of color #9E725E: hue angle of 18.75º 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 #9E725E is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 114 | 94 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.38 |
| HSL | 18.75º | 0.25% | 0.49% | - |
| HSV(B) | 18.75º | 0.41% | 0.62% | - |
| XYZ | 22.14 | 20.11 | 13.3 | - |
| YUV | 124.88 | 110.58 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 114 | 94 | 0 | 0.28 | 0.41 | 0.38 | 18.75 | 0.25 | 0.49 |
| Hex | 9E | 72 | 5E | 0 | 1C | 29 | 26 | 13 | 19 | 31 |
| Octal | 236 | 162 | 136 | 0 | 34 | 51 | 46 | 23 | 31 | 61 |
| Binary | 10011110 | 1110010 | 1011110 | 0 | 11100 | 101001 | 100110 | 10011 | 11001 | 110001 |
Color Harmonies of #9E725E
Complementary color
Monochromatic Colors of #9E725E
Black with #9E725E
Text Example
Text Example
White with #9E725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E725E; }
p { color: rgb(158,114,94); }
H1.HeaderClassName
{
color: #9E725E;
}
.AnyTagClassName
{
color: #9E725E;
}
</style>
background-color css
<style>
a { background-color: #9E725E; }
a { background-color: rgb(158,114,94); }
div.DivClassName
{
background-color: #9E725E;
}
.BgClassName
{
background-color: #9E725E;
}
</style>
border-color css
<style>
span { border-color: #9E725E; }
span { border-color: rgb(158,114,94); }
td.TdClassName
{
border-color: #9E725E;
}
.TagClassName
{
border-color: #9E725E;
}
</style>