Shades of Toast #9E7266
Tints of Toast #9E7266
RGB
CMYK
RGB Variations
Color information
#9E7266 (or 0x9E7266) is known color: Toast. HEX triplet: 9E, 72 and 66. RGB value is (158,114,102). Sum of RGB (Red+Green+Blue) = 158+114+102=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7266 is #618D99. Grayscale: #7D7D7D. Windows color (decimal): -6393242 or 6714014. OLE color: 6714014.
HSL color Cylindrical-coordinate representation of color #9E7266: hue angle of 12.86º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E7266 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 114 | 102 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.38 |
| HSL | 12.86º | 0.22% | 0.51% | - |
| HSV(B) | 12.86º | 0.35% | 0.62% | - |
| XYZ | 22.52 | 20.26 | 15.29 | - |
| YUV | 125.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 114 | 102 | 0 | 0.28 | 0.35 | 0.38 | 12.86 | 0.22 | 0.51 |
| Hex | 9E | 72 | 66 | 0 | 1C | 23 | 26 | D | 16 | 33 |
| Octal | 236 | 162 | 146 | 0 | 34 | 43 | 46 | 15 | 26 | 63 |
| Binary | 10011110 | 1110010 | 1100110 | 0 | 11100 | 100011 | 100110 | 1101 | 10110 | 110011 |
Color Harmonies of #9E7266
Complementary color
Monochromatic Colors of #9E7266
Black with #9E7266
Text Example
Text Example
White with #9E7266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7266; }
p { color: rgb(158,114,102); }
H1.HeaderClassName
{
color: #9E7266;
}
.AnyTagClassName
{
color: #9E7266;
}
</style>
background-color css
<style>
a { background-color: #9E7266; }
a { background-color: rgb(158,114,102); }
div.DivClassName
{
background-color: #9E7266;
}
.BgClassName
{
background-color: #9E7266;
}
</style>
border-color css
<style>
span { border-color: #9E7266; }
span { border-color: rgb(158,114,102); }
td.TdClassName
{
border-color: #9E7266;
}
.TagClassName
{
border-color: #9E7266;
}
</style>