Shades of Toast #987461
Tints of Toast #987461
RGB
CMYK
RGB Variations
Color information
#987461 (or 0x987461) is known color: Toast. HEX triplet: 98, 74 and 61. RGB value is (152,116,97). Sum of RGB (Red+Green+Blue) = 152+116+97=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #987461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987461 is #678B9E. Grayscale: #7C7C7C. Windows color (decimal): -6785951 or 6386840. OLE color: 6386840.
HSL color Cylindrical-coordinate representation of color #987461: hue angle of 20.73º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #987461 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 116 | 97 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.40 |
| HSL | 20.73º | 0.22% | 0.49% | - |
| HSV(B) | 20.73º | 0.36% | 0.6% | - |
| XYZ | 21.35 | 20.03 | 14.05 | - |
| YUV | 124.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 97 | 0 | 0.24 | 0.36 | 0.40 | 20.73 | 0.22 | 0.49 |
| Hex | 98 | 74 | 61 | 0 | 18 | 24 | 28 | 15 | 16 | 31 |
| Octal | 230 | 164 | 141 | 0 | 30 | 44 | 50 | 25 | 26 | 61 |
| Binary | 10011000 | 1110100 | 1100001 | 0 | 11000 | 100100 | 101000 | 10101 | 10110 | 110001 |
Color Harmonies of #987461
Complementary color
Monochromatic Colors of #987461
Black with #987461
Text Example
Text Example
White with #987461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987461; }
p { color: rgb(152,116,97); }
H1.HeaderClassName
{
color: #987461;
}
.AnyTagClassName
{
color: #987461;
}
</style>
background-color css
<style>
a { background-color: #987461; }
a { background-color: rgb(152,116,97); }
div.DivClassName
{
background-color: #987461;
}
.BgClassName
{
background-color: #987461;
}
</style>
border-color css
<style>
span { border-color: #987461; }
span { border-color: rgb(152,116,97); }
td.TdClassName
{
border-color: #987461;
}
.TagClassName
{
border-color: #987461;
}
</style>