Shades of Toast #987368
Tints of Toast #987368
RGB
CMYK
RGB Variations
Color information
#987368 (or 0x987368) is known color: Toast. HEX triplet: 98, 73 and 68. RGB value is (152,115,104). Sum of RGB (Red+Green+Blue) = 152+115+104=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #987368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987368 is #678C97. Grayscale: #7C7C7C. Windows color (decimal): -6786200 or 6845336. OLE color: 6845336.
HSL color Cylindrical-coordinate representation of color #987368: hue angle of 13.75º 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 #987368 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 115 | 104 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.40 |
| HSL | 13.75º | 0.19% | 0.5% | - |
| HSV(B) | 13.75º | 0.32% | 0.6% | - |
| XYZ | 21.58 | 19.94 | 15.81 | - |
| YUV | 124.81 | 116.26 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 115 | 104 | 0 | 0.24 | 0.32 | 0.40 | 13.75 | 0.19 | 0.5 |
| Hex | 98 | 73 | 68 | 0 | 18 | 20 | 28 | E | 13 | 32 |
| Octal | 230 | 163 | 150 | 0 | 30 | 40 | 50 | 16 | 23 | 62 |
| Binary | 10011000 | 1110011 | 1101000 | 0 | 11000 | 100000 | 101000 | 1110 | 10011 | 110010 |
Color Harmonies of #987368
Complementary color
Monochromatic Colors of #987368
Black with #987368
Text Example
Text Example
White with #987368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987368; }
p { color: rgb(152,115,104); }
H1.HeaderClassName
{
color: #987368;
}
.AnyTagClassName
{
color: #987368;
}
</style>
background-color css
<style>
a { background-color: #987368; }
a { background-color: rgb(152,115,104); }
div.DivClassName
{
background-color: #987368;
}
.BgClassName
{
background-color: #987368;
}
</style>
border-color css
<style>
span { border-color: #987368; }
span { border-color: rgb(152,115,104); }
td.TdClassName
{
border-color: #987368;
}
.TagClassName
{
border-color: #987368;
}
</style>