Shades of Toast #987061
Tints of Toast #987061
RGB
CMYK
RGB Variations
Color information
#987061 (or 0x987061) is known color: Toast. HEX triplet: 98, 70 and 61. RGB value is (152,112,97). Sum of RGB (Red+Green+Blue) = 152+112+97=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #987061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987061 is #678F9E. Grayscale: #7A7A7A. Windows color (decimal): -6786975 or 6385816. OLE color: 6385816.
HSL color Cylindrical-coordinate representation of color #987061: hue angle of 16.36º 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 #987061 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 112 | 97 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.40 |
| HSL | 16.36º | 0.22% | 0.49% | - |
| HSV(B) | 16.36º | 0.36% | 0.6% | - |
| XYZ | 20.9 | 19.13 | 13.9 | - |
| YUV | 122.25 | 113.75 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 112 | 97 | 0 | 0.26 | 0.36 | 0.40 | 16.36 | 0.22 | 0.49 |
| Hex | 98 | 70 | 61 | 0 | 1A | 24 | 28 | 10 | 16 | 31 |
| Octal | 230 | 160 | 141 | 0 | 32 | 44 | 50 | 20 | 26 | 61 |
| Binary | 10011000 | 1110000 | 1100001 | 0 | 11010 | 100100 | 101000 | 10000 | 10110 | 110001 |
Color Harmonies of #987061
Complementary color
Monochromatic Colors of #987061
Black with #987061
Text Example
Text Example
White with #987061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987061; }
p { color: rgb(152,112,97); }
H1.HeaderClassName
{
color: #987061;
}
.AnyTagClassName
{
color: #987061;
}
</style>
background-color css
<style>
a { background-color: #987061; }
a { background-color: rgb(152,112,97); }
div.DivClassName
{
background-color: #987061;
}
.BgClassName
{
background-color: #987061;
}
</style>
border-color css
<style>
span { border-color: #987061; }
span { border-color: rgb(152,112,97); }
td.TdClassName
{
border-color: #987061;
}
.TagClassName
{
border-color: #987061;
}
</style>