Shades of Toast #987162
Tints of Toast #987162
RGB
CMYK
RGB Variations
Color information
#987162 (or 0x987162) is known color: Toast. HEX triplet: 98, 71 and 62. RGB value is (152,113,98). Sum of RGB (Red+Green+Blue) = 152+113+98=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #987162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987162 is #678E9D. Grayscale: #7B7B7B. Windows color (decimal): -6786718 or 6451608. OLE color: 6451608.
HSL color Cylindrical-coordinate representation of color #987162: hue angle of 16.67º 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 #987162 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 113 | 98 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.40 |
| HSL | 16.67º | 0.22% | 0.49% | - |
| HSV(B) | 16.67º | 0.36% | 0.6% | - |
| XYZ | 21.06 | 19.37 | 14.18 | - |
| YUV | 122.95 | 113.92 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 98 | 0 | 0.26 | 0.36 | 0.40 | 16.67 | 0.22 | 0.49 |
| Hex | 98 | 71 | 62 | 0 | 1A | 24 | 28 | 11 | 16 | 31 |
| Octal | 230 | 161 | 142 | 0 | 32 | 44 | 50 | 21 | 26 | 61 |
| Binary | 10011000 | 1110001 | 1100010 | 0 | 11010 | 100100 | 101000 | 10001 | 10110 | 110001 |
Color Harmonies of #987162
Complementary color
Monochromatic Colors of #987162
Black with #987162
Text Example
Text Example
White with #987162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987162; }
p { color: rgb(152,113,98); }
H1.HeaderClassName
{
color: #987162;
}
.AnyTagClassName
{
color: #987162;
}
</style>
background-color css
<style>
a { background-color: #987162; }
a { background-color: rgb(152,113,98); }
div.DivClassName
{
background-color: #987162;
}
.BgClassName
{
background-color: #987162;
}
</style>
border-color css
<style>
span { border-color: #987162; }
span { border-color: rgb(152,113,98); }
td.TdClassName
{
border-color: #987162;
}
.TagClassName
{
border-color: #987162;
}
</style>