Shades of Toast #9E7163
Tints of Toast #9E7163
RGB
CMYK
RGB Variations
Color information
#9E7163 (or 0x9E7163) is known color: Toast. HEX triplet: 9E, 71 and 63. RGB value is (158,113,99). Sum of RGB (Red+Green+Blue) = 158+113+99=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7163 is #618E9C. Grayscale: #7C7C7C. Windows color (decimal): -6393501 or 6517150. OLE color: 6517150.
HSL color Cylindrical-coordinate representation of color #9E7163: hue angle of 14.24º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E7163 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 113 | 99 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.38 |
| HSL | 14.24º | 0.23% | 0.5% | - |
| HSV(B) | 14.24º | 0.37% | 0.62% | - |
| XYZ | 22.26 | 19.98 | 14.49 | - |
| YUV | 124.86 | 113.41 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 113 | 99 | 0 | 0.28 | 0.37 | 0.38 | 14.24 | 0.23 | 0.5 |
| Hex | 9E | 71 | 63 | 0 | 1C | 25 | 26 | E | 17 | 32 |
| Octal | 236 | 161 | 143 | 0 | 34 | 45 | 46 | 16 | 27 | 62 |
| Binary | 10011110 | 1110001 | 1100011 | 0 | 11100 | 100101 | 100110 | 1110 | 10111 | 110010 |
Color Harmonies of #9E7163
Complementary color
Monochromatic Colors of #9E7163
Black with #9E7163
Text Example
Text Example
White with #9E7163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7163; }
p { color: rgb(158,113,99); }
H1.HeaderClassName
{
color: #9E7163;
}
.AnyTagClassName
{
color: #9E7163;
}
</style>
background-color css
<style>
a { background-color: #9E7163; }
a { background-color: rgb(158,113,99); }
div.DivClassName
{
background-color: #9E7163;
}
.BgClassName
{
background-color: #9E7163;
}
</style>
border-color css
<style>
span { border-color: #9E7163; }
span { border-color: rgb(158,113,99); }
td.TdClassName
{
border-color: #9E7163;
}
.TagClassName
{
border-color: #9E7163;
}
</style>