Shades of Toast #987463
Tints of Toast #987463
RGB
CMYK
RGB Variations
Color information
#987463 (or 0x987463) is known color: Toast. HEX triplet: 98, 74 and 63. RGB value is (152,116,99). Sum of RGB (Red+Green+Blue) = 152+116+99=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #987463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987463 is #678B9C. Grayscale: #7C7C7C. Windows color (decimal): -6785949 or 6517912. OLE color: 6517912.
HSL color Cylindrical-coordinate representation of color #987463: hue angle of 19.25º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #987463 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 116 | 99 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.40 |
| HSL | 19.25º | 0.21% | 0.49% | - |
| HSV(B) | 19.25º | 0.35% | 0.6% | - |
| XYZ | 21.45 | 20.07 | 14.55 | - |
| YUV | 124.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 99 | 0 | 0.24 | 0.35 | 0.40 | 19.25 | 0.21 | 0.49 |
| Hex | 98 | 74 | 63 | 0 | 18 | 23 | 28 | 13 | 15 | 31 |
| Octal | 230 | 164 | 143 | 0 | 30 | 43 | 50 | 23 | 25 | 61 |
| Binary | 10011000 | 1110100 | 1100011 | 0 | 11000 | 100011 | 101000 | 10011 | 10101 | 110001 |
Color Harmonies of #987463
Complementary color
Monochromatic Colors of #987463
Black with #987463
Text Example
Text Example
White with #987463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987463; }
p { color: rgb(152,116,99); }
H1.HeaderClassName
{
color: #987463;
}
.AnyTagClassName
{
color: #987463;
}
</style>
background-color css
<style>
a { background-color: #987463; }
a { background-color: rgb(152,116,99); }
div.DivClassName
{
background-color: #987463;
}
.BgClassName
{
background-color: #987463;
}
</style>
border-color css
<style>
span { border-color: #987463; }
span { border-color: rgb(152,116,99); }
td.TdClassName
{
border-color: #987463;
}
.TagClassName
{
border-color: #987463;
}
</style>