Shades of Toast #9E6F58
Tints of Toast #9E6F58
RGB
CMYK
RGB Variations
Color information
#9E6F58 (or 0x9E6F58) is known color: Toast. HEX triplet: 9E, 6F and 58. RGB value is (158,111,88). Sum of RGB (Red+Green+Blue) = 158+111+88=357 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.26% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6F58 is #6190A7. Grayscale: #7A7A7A. Windows color (decimal): -6394024 or 5795742. OLE color: 5795742.
HSL color Cylindrical-coordinate representation of color #9E6F58: hue angle of 19.71º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E6F58 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 111 | 88 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.38 |
| HSL | 19.71º | 0.28% | 0.48% | - |
| HSV(B) | 19.71º | 0.44% | 0.62% | - |
| XYZ | 21.55 | 19.34 | 11.83 | - |
| YUV | 122.43 | 108.57 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 111 | 88 | 0 | 0.30 | 0.44 | 0.38 | 19.71 | 0.28 | 0.48 |
| Hex | 9E | 6F | 58 | 0 | 1E | 2C | 26 | 14 | 1C | 30 |
| Octal | 236 | 157 | 130 | 0 | 36 | 54 | 46 | 24 | 34 | 60 |
| Binary | 10011110 | 1101111 | 1011000 | 0 | 11110 | 101100 | 100110 | 10100 | 11100 | 110000 |
Color Harmonies of #9E6F58
Complementary color
Monochromatic Colors of #9E6F58
Black with #9E6F58
Text Example
Text Example
White with #9E6F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6F58; }
p { color: rgb(158,111,88); }
H1.HeaderClassName
{
color: #9E6F58;
}
.AnyTagClassName
{
color: #9E6F58;
}
</style>
background-color css
<style>
a { background-color: #9E6F58; }
a { background-color: rgb(158,111,88); }
div.DivClassName
{
background-color: #9E6F58;
}
.BgClassName
{
background-color: #9E6F58;
}
</style>
border-color css
<style>
span { border-color: #9E6F58; }
span { border-color: rgb(158,111,88); }
td.TdClassName
{
border-color: #9E6F58;
}
.TagClassName
{
border-color: #9E6F58;
}
</style>