Shades of Toast #987366
Tints of Toast #987366
RGB
CMYK
RGB Variations
Color information
#987366 (or 0x987366) is known color: Toast. HEX triplet: 98, 73 and 66. RGB value is (152,115,102). Sum of RGB (Red+Green+Blue) = 152+115+102=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #987366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987366 is #678C99. Grayscale: #7C7C7C. Windows color (decimal): -6786202 or 6714264. OLE color: 6714264.
HSL color Cylindrical-coordinate representation of color #987366: hue angle of 15.6º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #987366 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 115 | 102 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.40 |
| HSL | 15.6º | 0.2% | 0.5% | - |
| HSV(B) | 15.6º | 0.33% | 0.6% | - |
| XYZ | 21.48 | 19.9 | 15.28 | - |
| YUV | 124.58 | 115.26 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 115 | 102 | 0 | 0.24 | 0.33 | 0.40 | 15.6 | 0.2 | 0.5 |
| Hex | 98 | 73 | 66 | 0 | 18 | 21 | 28 | 10 | 14 | 32 |
| Octal | 230 | 163 | 146 | 0 | 30 | 41 | 50 | 20 | 24 | 62 |
| Binary | 10011000 | 1110011 | 1100110 | 0 | 11000 | 100001 | 101000 | 10000 | 10100 | 110010 |
Color Harmonies of #987366
Complementary color
Monochromatic Colors of #987366
Black with #987366
Text Example
Text Example
White with #987366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987366; }
p { color: rgb(152,115,102); }
H1.HeaderClassName
{
color: #987366;
}
.AnyTagClassName
{
color: #987366;
}
</style>
background-color css
<style>
a { background-color: #987366; }
a { background-color: rgb(152,115,102); }
div.DivClassName
{
background-color: #987366;
}
.BgClassName
{
background-color: #987366;
}
</style>
border-color css
<style>
span { border-color: #987366; }
span { border-color: rgb(152,115,102); }
td.TdClassName
{
border-color: #987366;
}
.TagClassName
{
border-color: #987366;
}
</style>