Shades of Toast #986D5D
Tints of Toast #986D5D
RGB
CMYK
RGB Variations
Color information
#986D5D (or 0x986D5D) is known color: Toast. HEX triplet: 98, 6D and 5D. RGB value is (152,109,93). Sum of RGB (Red+Green+Blue) = 152+109+93=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #986D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986D5D is #6792A2. Grayscale: #787878. Windows color (decimal): -6787747 or 6122904. OLE color: 6122904.
HSL color Cylindrical-coordinate representation of color #986D5D: hue angle of 16.27º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #986D5D is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 93 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.40 |
| HSL | 16.27º | 0.24% | 0.48% | - |
| HSV(B) | 16.27º | 0.39% | 0.6% | - |
| XYZ | 20.39 | 18.4 | 12.83 | - |
| YUV | 120.03 | 112.75 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 93 | 0 | 0.28 | 0.39 | 0.40 | 16.27 | 0.24 | 0.48 |
| Hex | 98 | 6D | 5D | 0 | 1C | 27 | 28 | 10 | 18 | 30 |
| Octal | 230 | 155 | 135 | 0 | 34 | 47 | 50 | 20 | 30 | 60 |
| Binary | 10011000 | 1101101 | 1011101 | 0 | 11100 | 100111 | 101000 | 10000 | 11000 | 110000 |
Color Harmonies of #986D5D
Complementary color
Monochromatic Colors of #986D5D
Black with #986D5D
Text Example
Text Example
White with #986D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D5D; }
p { color: rgb(152,109,93); }
H1.HeaderClassName
{
color: #986D5D;
}
.AnyTagClassName
{
color: #986D5D;
}
</style>
background-color css
<style>
a { background-color: #986D5D; }
a { background-color: rgb(152,109,93); }
div.DivClassName
{
background-color: #986D5D;
}
.BgClassName
{
background-color: #986D5D;
}
</style>
border-color css
<style>
span { border-color: #986D5D; }
span { border-color: rgb(152,109,93); }
td.TdClassName
{
border-color: #986D5D;
}
.TagClassName
{
border-color: #986D5D;
}
</style>