Shades of Toast #987464
Tints of Toast #987464
RGB
CMYK
RGB Variations
Color information
#987464 (or 0x987464) is known color: Toast. HEX triplet: 98, 74 and 64. RGB value is (152,116,100). Sum of RGB (Red+Green+Blue) = 152+116+100=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #987464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987464 is #678B9B. Grayscale: #7D7D7D. Windows color (decimal): -6785948 or 6583448. OLE color: 6583448.
HSL color Cylindrical-coordinate representation of color #987464: hue angle of 18.46º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #987464 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 116 | 100 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.40 |
| HSL | 18.46º | 0.21% | 0.49% | - |
| HSV(B) | 18.46º | 0.34% | 0.6% | - |
| XYZ | 21.49 | 20.09 | 14.8 | - |
| YUV | 124.94 | 113.93 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 100 | 0 | 0.24 | 0.34 | 0.40 | 18.46 | 0.21 | 0.49 |
| Hex | 98 | 74 | 64 | 0 | 18 | 22 | 28 | 12 | 15 | 31 |
| Octal | 230 | 164 | 144 | 0 | 30 | 42 | 50 | 22 | 25 | 61 |
| Binary | 10011000 | 1110100 | 1100100 | 0 | 11000 | 100010 | 101000 | 10010 | 10101 | 110001 |
Color Harmonies of #987464
Complementary color
Monochromatic Colors of #987464
Black with #987464
Text Example
Text Example
White with #987464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987464; }
p { color: rgb(152,116,100); }
H1.HeaderClassName
{
color: #987464;
}
.AnyTagClassName
{
color: #987464;
}
</style>
background-color css
<style>
a { background-color: #987464; }
a { background-color: rgb(152,116,100); }
div.DivClassName
{
background-color: #987464;
}
.BgClassName
{
background-color: #987464;
}
</style>
border-color css
<style>
span { border-color: #987464; }
span { border-color: rgb(152,116,100); }
td.TdClassName
{
border-color: #987464;
}
.TagClassName
{
border-color: #987464;
}
</style>