Shades of Toast #9E6F62
Tints of Toast #9E6F62
RGB
CMYK
RGB Variations
Color information
#9E6F62 (or 0x9E6F62) is known color: Toast. HEX triplet: 9E, 6F and 62. RGB value is (158,111,98). Sum of RGB (Red+Green+Blue) = 158+111+98=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6F62 is #61909D. Grayscale: #7B7B7B. Windows color (decimal): -6394014 or 6451102. OLE color: 6451102.
HSL color Cylindrical-coordinate representation of color #9E6F62: hue angle of 13º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E6F62 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 111 | 98 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.38 |
| HSL | 13º | 0.24% | 0.5% | - |
| HSV(B) | 13º | 0.38% | 0.62% | - |
| XYZ | 21.99 | 19.52 | 14.16 | - |
| YUV | 123.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 111 | 98 | 0 | 0.30 | 0.38 | 0.38 | 13 | 0.24 | 0.5 |
| Hex | 9E | 6F | 62 | 0 | 1E | 26 | 26 | D | 18 | 32 |
| Octal | 236 | 157 | 142 | 0 | 36 | 46 | 46 | 15 | 30 | 62 |
| Binary | 10011110 | 1101111 | 1100010 | 0 | 11110 | 100110 | 100110 | 1101 | 11000 | 110010 |
Color Harmonies of #9E6F62
Complementary color
Monochromatic Colors of #9E6F62
Black with #9E6F62
Text Example
Text Example
White with #9E6F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6F62; }
p { color: rgb(158,111,98); }
H1.HeaderClassName
{
color: #9E6F62;
}
.AnyTagClassName
{
color: #9E6F62;
}
</style>
background-color css
<style>
a { background-color: #9E6F62; }
a { background-color: rgb(158,111,98); }
div.DivClassName
{
background-color: #9E6F62;
}
.BgClassName
{
background-color: #9E6F62;
}
</style>
border-color css
<style>
span { border-color: #9E6F62; }
span { border-color: rgb(158,111,98); }
td.TdClassName
{
border-color: #9E6F62;
}
.TagClassName
{
border-color: #9E6F62;
}
</style>