Shades of Toast #987467
Tints of Toast #987467
RGB
CMYK
RGB Variations
Color information
#987467 (or 0x987467) is known color: Toast. HEX triplet: 98, 74 and 67. RGB value is (152,116,103). Sum of RGB (Red+Green+Blue) = 152+116+103=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #987467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987467 is #678B98. Grayscale: #7D7D7D. Windows color (decimal): -6785945 or 6780056. OLE color: 6780056.
HSL color Cylindrical-coordinate representation of color #987467: hue angle of 15.92º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #987467 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 116 | 103 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.40 |
| HSL | 15.92º | 0.19% | 0.5% | - |
| HSV(B) | 15.92º | 0.32% | 0.6% | - |
| XYZ | 21.64 | 20.15 | 15.58 | - |
| YUV | 125.28 | 115.43 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 103 | 0 | 0.24 | 0.32 | 0.40 | 15.92 | 0.19 | 0.5 |
| Hex | 98 | 74 | 67 | 0 | 18 | 20 | 28 | 10 | 13 | 32 |
| Octal | 230 | 164 | 147 | 0 | 30 | 40 | 50 | 20 | 23 | 62 |
| Binary | 10011000 | 1110100 | 1100111 | 0 | 11000 | 100000 | 101000 | 10000 | 10011 | 110010 |
Color Harmonies of #987467
Complementary color
Monochromatic Colors of #987467
Black with #987467
Text Example
Text Example
White with #987467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987467; }
p { color: rgb(152,116,103); }
H1.HeaderClassName
{
color: #987467;
}
.AnyTagClassName
{
color: #987467;
}
</style>
background-color css
<style>
a { background-color: #987467; }
a { background-color: rgb(152,116,103); }
div.DivClassName
{
background-color: #987467;
}
.BgClassName
{
background-color: #987467;
}
</style>
border-color css
<style>
span { border-color: #987467; }
span { border-color: rgb(152,116,103); }
td.TdClassName
{
border-color: #987467;
}
.TagClassName
{
border-color: #987467;
}
</style>