Shades of Toast #987668
Tints of Toast #987668
RGB
CMYK
RGB Variations
Color information
#987668 (or 0x987668) is known color: Toast. HEX triplet: 98, 76 and 68. RGB value is (152,118,104). Sum of RGB (Red+Green+Blue) = 152+118+104=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #987668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987668 is #678997. Grayscale: #7E7E7E. Windows color (decimal): -6785432 or 6846104. OLE color: 6846104.
HSL color Cylindrical-coordinate representation of color #987668: hue angle of 17.5º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #987668 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 118 | 104 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.40 |
| HSL | 17.5º | 0.19% | 0.5% | - |
| HSV(B) | 17.5º | 0.32% | 0.6% | - |
| XYZ | 21.93 | 20.63 | 15.92 | - |
| YUV | 126.57 | 115.26 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 118 | 104 | 0 | 0.22 | 0.32 | 0.40 | 17.5 | 0.19 | 0.5 |
| Hex | 98 | 76 | 68 | 0 | 16 | 20 | 28 | 12 | 13 | 32 |
| Octal | 230 | 166 | 150 | 0 | 26 | 40 | 50 | 22 | 23 | 62 |
| Binary | 10011000 | 1110110 | 1101000 | 0 | 10110 | 100000 | 101000 | 10010 | 10011 | 110010 |
Color Harmonies of #987668
Complementary color
Monochromatic Colors of #987668
Black with #987668
Text Example
Text Example
White with #987668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987668; }
p { color: rgb(152,118,104); }
H1.HeaderClassName
{
color: #987668;
}
.AnyTagClassName
{
color: #987668;
}
</style>
background-color css
<style>
a { background-color: #987668; }
a { background-color: rgb(152,118,104); }
div.DivClassName
{
background-color: #987668;
}
.BgClassName
{
background-color: #987668;
}
</style>
border-color css
<style>
span { border-color: #987668; }
span { border-color: rgb(152,118,104); }
td.TdClassName
{
border-color: #987668;
}
.TagClassName
{
border-color: #987668;
}
</style>