Shades of Toast #987663
Tints of Toast #987663
RGB
CMYK
RGB Variations
Color information
#987663 (or 0x987663) is known color: Toast. HEX triplet: 98, 76 and 63. RGB value is (152,118,99). Sum of RGB (Red+Green+Blue) = 152+118+99=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #987663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987663 is #67899C. Grayscale: #7E7E7E. Windows color (decimal): -6785437 or 6518424. OLE color: 6518424.
HSL color Cylindrical-coordinate representation of color #987663: hue angle of 21.51º 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 #987663 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 118 | 99 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.40 |
| HSL | 21.51º | 0.21% | 0.49% | - |
| HSV(B) | 21.51º | 0.35% | 0.6% | - |
| XYZ | 21.68 | 20.53 | 14.63 | - |
| YUV | 126 | 112.76 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 118 | 99 | 0 | 0.22 | 0.35 | 0.40 | 21.51 | 0.21 | 0.49 |
| Hex | 98 | 76 | 63 | 0 | 16 | 23 | 28 | 16 | 15 | 31 |
| Octal | 230 | 166 | 143 | 0 | 26 | 43 | 50 | 26 | 25 | 61 |
| Binary | 10011000 | 1110110 | 1100011 | 0 | 10110 | 100011 | 101000 | 10110 | 10101 | 110001 |
Color Harmonies of #987663
Complementary color
Monochromatic Colors of #987663
Black with #987663
Text Example
Text Example
White with #987663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987663; }
p { color: rgb(152,118,99); }
H1.HeaderClassName
{
color: #987663;
}
.AnyTagClassName
{
color: #987663;
}
</style>
background-color css
<style>
a { background-color: #987663; }
a { background-color: rgb(152,118,99); }
div.DivClassName
{
background-color: #987663;
}
.BgClassName
{
background-color: #987663;
}
</style>
border-color css
<style>
span { border-color: #987663; }
span { border-color: rgb(152,118,99); }
td.TdClassName
{
border-color: #987663;
}
.TagClassName
{
border-color: #987663;
}
</style>