Shades of Toast #987462
Tints of Toast #987462
RGB
CMYK
RGB Variations
Color information
#987462 (or 0x987462) is known color: Toast. HEX triplet: 98, 74 and 62. RGB value is (152,116,98). Sum of RGB (Red+Green+Blue) = 152+116+98=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #987462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987462 is #678B9D. Grayscale: #7C7C7C. Windows color (decimal): -6785950 or 6452376. OLE color: 6452376.
HSL color Cylindrical-coordinate representation of color #987462: hue angle of 20º 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 #987462 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 116 | 98 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.40 |
| HSL | 20º | 0.22% | 0.49% | - |
| HSV(B) | 20º | 0.36% | 0.6% | - |
| XYZ | 21.4 | 20.05 | 14.3 | - |
| YUV | 124.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 98 | 0 | 0.24 | 0.36 | 0.40 | 20 | 0.22 | 0.49 |
| Hex | 98 | 74 | 62 | 0 | 18 | 24 | 28 | 14 | 16 | 31 |
| Octal | 230 | 164 | 142 | 0 | 30 | 44 | 50 | 24 | 26 | 61 |
| Binary | 10011000 | 1110100 | 1100010 | 0 | 11000 | 100100 | 101000 | 10100 | 10110 | 110001 |
Color Harmonies of #987462
Complementary color
Monochromatic Colors of #987462
Black with #987462
Text Example
Text Example
White with #987462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987462; }
p { color: rgb(152,116,98); }
H1.HeaderClassName
{
color: #987462;
}
.AnyTagClassName
{
color: #987462;
}
</style>
background-color css
<style>
a { background-color: #987462; }
a { background-color: rgb(152,116,98); }
div.DivClassName
{
background-color: #987462;
}
.BgClassName
{
background-color: #987462;
}
</style>
border-color css
<style>
span { border-color: #987462; }
span { border-color: rgb(152,116,98); }
td.TdClassName
{
border-color: #987462;
}
.TagClassName
{
border-color: #987462;
}
</style>