Shades of Toast #986F62
Tints of Toast #986F62
RGB
CMYK
RGB Variations
Color information
#986F62 (or 0x986F62) is known color: Toast. HEX triplet: 98, 6F and 62. RGB value is (152,111,98). Sum of RGB (Red+Green+Blue) = 152+111+98=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #986F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986F62 is #67909D. Grayscale: #797979. Windows color (decimal): -6787230 or 6451096. OLE color: 6451096.
HSL color Cylindrical-coordinate representation of color #986F62: hue angle of 14.44º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #986F62 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 111 | 98 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.40 |
| HSL | 14.44º | 0.22% | 0.49% | - |
| HSV(B) | 14.44º | 0.36% | 0.6% | - |
| XYZ | 20.84 | 18.93 | 14.11 | - |
| YUV | 121.78 | 114.58 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 98 | 0 | 0.27 | 0.36 | 0.40 | 14.44 | 0.22 | 0.49 |
| Hex | 98 | 6F | 62 | 0 | 1B | 24 | 28 | E | 16 | 31 |
| Octal | 230 | 157 | 142 | 0 | 33 | 44 | 50 | 16 | 26 | 61 |
| Binary | 10011000 | 1101111 | 1100010 | 0 | 11011 | 100100 | 101000 | 1110 | 10110 | 110001 |
Color Harmonies of #986F62
Complementary color
Monochromatic Colors of #986F62
Black with #986F62
Text Example
Text Example
White with #986F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986F62; }
p { color: rgb(152,111,98); }
H1.HeaderClassName
{
color: #986F62;
}
.AnyTagClassName
{
color: #986F62;
}
</style>
background-color css
<style>
a { background-color: #986F62; }
a { background-color: rgb(152,111,98); }
div.DivClassName
{
background-color: #986F62;
}
.BgClassName
{
background-color: #986F62;
}
</style>
border-color css
<style>
span { border-color: #986F62; }
span { border-color: rgb(152,111,98); }
td.TdClassName
{
border-color: #986F62;
}
.TagClassName
{
border-color: #986F62;
}
</style>