Shades of Toast #987163
Tints of Toast #987163
RGB
CMYK
RGB Variations
Color information
#987163 (or 0x987163) is known color: Toast. HEX triplet: 98, 71 and 63. RGB value is (152,113,99). Sum of RGB (Red+Green+Blue) = 152+113+99=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #987163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987163 is #678E9C. Grayscale: #7B7B7B. Windows color (decimal): -6786717 or 6517144. OLE color: 6517144.
HSL color Cylindrical-coordinate representation of color #987163: hue angle of 15.85º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #987163 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 113 | 99 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.40 |
| HSL | 15.85º | 0.21% | 0.49% | - |
| HSV(B) | 15.85º | 0.35% | 0.6% | - |
| XYZ | 21.11 | 19.39 | 14.43 | - |
| YUV | 123.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 99 | 0 | 0.26 | 0.35 | 0.40 | 15.85 | 0.21 | 0.49 |
| Hex | 98 | 71 | 63 | 0 | 1A | 23 | 28 | 10 | 15 | 31 |
| Octal | 230 | 161 | 143 | 0 | 32 | 43 | 50 | 20 | 25 | 61 |
| Binary | 10011000 | 1110001 | 1100011 | 0 | 11010 | 100011 | 101000 | 10000 | 10101 | 110001 |
Color Harmonies of #987163
Complementary color
Monochromatic Colors of #987163
Black with #987163
Text Example
Text Example
White with #987163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987163; }
p { color: rgb(152,113,99); }
H1.HeaderClassName
{
color: #987163;
}
.AnyTagClassName
{
color: #987163;
}
</style>
background-color css
<style>
a { background-color: #987163; }
a { background-color: rgb(152,113,99); }
div.DivClassName
{
background-color: #987163;
}
.BgClassName
{
background-color: #987163;
}
</style>
border-color css
<style>
span { border-color: #987163; }
span { border-color: rgb(152,113,99); }
td.TdClassName
{
border-color: #987163;
}
.TagClassName
{
border-color: #987163;
}
</style>