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