Shades of Toast #987166
Tints of Toast #987166
RGB
CMYK
RGB Variations
Color information
#987166 (or 0x987166) is known color: Toast. HEX triplet: 98, 71 and 66. RGB value is (152,113,102). Sum of RGB (Red+Green+Blue) = 152+113+102=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #987166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987166 is #678E99. Grayscale: #7B7B7B. Windows color (decimal): -6786714 or 6713752. OLE color: 6713752.
HSL color Cylindrical-coordinate representation of color #987166: hue angle of 13.2º 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 #987166 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 113 | 102 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.40 |
| HSL | 13.2º | 0.2% | 0.5% | - |
| HSV(B) | 13.2º | 0.33% | 0.6% | - |
| XYZ | 21.25 | 19.44 | 15.2 | - |
| YUV | 123.41 | 115.92 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 102 | 0 | 0.26 | 0.33 | 0.40 | 13.2 | 0.2 | 0.5 |
| Hex | 98 | 71 | 66 | 0 | 1A | 21 | 28 | D | 14 | 32 |
| Octal | 230 | 161 | 146 | 0 | 32 | 41 | 50 | 15 | 24 | 62 |
| Binary | 10011000 | 1110001 | 1100110 | 0 | 11010 | 100001 | 101000 | 1101 | 10100 | 110010 |
Color Harmonies of #987166
Complementary color
Monochromatic Colors of #987166
Black with #987166
Text Example
Text Example
White with #987166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987166; }
p { color: rgb(152,113,102); }
H1.HeaderClassName
{
color: #987166;
}
.AnyTagClassName
{
color: #987166;
}
</style>
background-color css
<style>
a { background-color: #987166; }
a { background-color: rgb(152,113,102); }
div.DivClassName
{
background-color: #987166;
}
.BgClassName
{
background-color: #987166;
}
</style>
border-color css
<style>
span { border-color: #987166; }
span { border-color: rgb(152,113,102); }
td.TdClassName
{
border-color: #987166;
}
.TagClassName
{
border-color: #987166;
}
</style>