Shades of Toast #987262
Tints of Toast #987262
RGB
CMYK
RGB Variations
Color information
#987262 (or 0x987262) is known color: Toast. HEX triplet: 98, 72 and 62. RGB value is (152,114,98). Sum of RGB (Red+Green+Blue) = 152+114+98=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #987262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987262 is #678D9D. Grayscale: #7B7B7B. Windows color (decimal): -6786462 or 6451864. OLE color: 6451864.
HSL color Cylindrical-coordinate representation of color #987262: hue angle of 17.78º 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 #987262 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 114 | 98 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.40 |
| HSL | 17.78º | 0.22% | 0.49% | - |
| HSV(B) | 17.78º | 0.36% | 0.6% | - |
| XYZ | 21.17 | 19.59 | 14.22 | - |
| YUV | 123.54 | 113.59 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 114 | 98 | 0 | 0.25 | 0.36 | 0.40 | 17.78 | 0.22 | 0.49 |
| Hex | 98 | 72 | 62 | 0 | 19 | 24 | 28 | 12 | 16 | 31 |
| Octal | 230 | 162 | 142 | 0 | 31 | 44 | 50 | 22 | 26 | 61 |
| Binary | 10011000 | 1110010 | 1100010 | 0 | 11001 | 100100 | 101000 | 10010 | 10110 | 110001 |
Color Harmonies of #987262
Complementary color
Monochromatic Colors of #987262
Black with #987262
Text Example
Text Example
White with #987262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987262; }
p { color: rgb(152,114,98); }
H1.HeaderClassName
{
color: #987262;
}
.AnyTagClassName
{
color: #987262;
}
</style>
background-color css
<style>
a { background-color: #987262; }
a { background-color: rgb(152,114,98); }
div.DivClassName
{
background-color: #987262;
}
.BgClassName
{
background-color: #987262;
}
</style>
border-color css
<style>
span { border-color: #987262; }
span { border-color: rgb(152,114,98); }
td.TdClassName
{
border-color: #987262;
}
.TagClassName
{
border-color: #987262;
}
</style>