Shades of Toast #9E7166
Tints of Toast #9E7166
RGB
CMYK
RGB Variations
Color information
#9E7166 (or 0x9E7166) is known color: Toast. HEX triplet: 9E, 71 and 66. RGB value is (158,113,102). Sum of RGB (Red+Green+Blue) = 158+113+102=373 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.36% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7166 is #618E99. Grayscale: #7D7D7D. Windows color (decimal): -6393498 or 6713758. OLE color: 6713758.
HSL color Cylindrical-coordinate representation of color #9E7166: hue angle of 11.79º 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 #9E7166 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 113 | 102 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.38 |
| HSL | 11.79º | 0.22% | 0.51% | - |
| HSV(B) | 11.79º | 0.35% | 0.62% | - |
| XYZ | 22.4 | 20.04 | 15.26 | - |
| YUV | 125.2 | 114.91 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 113 | 102 | 0 | 0.28 | 0.35 | 0.38 | 11.79 | 0.22 | 0.51 |
| Hex | 9E | 71 | 66 | 0 | 1C | 23 | 26 | C | 16 | 33 |
| Octal | 236 | 161 | 146 | 0 | 34 | 43 | 46 | 14 | 26 | 63 |
| Binary | 10011110 | 1110001 | 1100110 | 0 | 11100 | 100011 | 100110 | 1100 | 10110 | 110011 |
Color Harmonies of #9E7166
Complementary color
Monochromatic Colors of #9E7166
Black with #9E7166
Text Example
Text Example
White with #9E7166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7166; }
p { color: rgb(158,113,102); }
H1.HeaderClassName
{
color: #9E7166;
}
.AnyTagClassName
{
color: #9E7166;
}
</style>
background-color css
<style>
a { background-color: #9E7166; }
a { background-color: rgb(158,113,102); }
div.DivClassName
{
background-color: #9E7166;
}
.BgClassName
{
background-color: #9E7166;
}
</style>
border-color css
<style>
span { border-color: #9E7166; }
span { border-color: rgb(158,113,102); }
td.TdClassName
{
border-color: #9E7166;
}
.TagClassName
{
border-color: #9E7166;
}
</style>