Shades of Toast #987567
Tints of Toast #987567
RGB
CMYK
RGB Variations
Color information
#987567 (or 0x987567) is known color: Toast. HEX triplet: 98, 75 and 67. RGB value is (152,117,103). Sum of RGB (Red+Green+Blue) = 152+117+103=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 103 (40.62% from 255 or 27.69% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #987567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987567 is #678A98. Grayscale: #7D7D7D. Windows color (decimal): -6785689 or 6780312. OLE color: 6780312.
HSL color Cylindrical-coordinate representation of color #987567: hue angle of 17.14º 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 #987567 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 117 | 103 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.40 |
| HSL | 17.14º | 0.19% | 0.5% | - |
| HSV(B) | 17.14º | 0.32% | 0.6% | - |
| XYZ | 21.76 | 20.38 | 15.62 | - |
| YUV | 125.87 | 115.1 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 103 | 0 | 0.23 | 0.32 | 0.40 | 17.14 | 0.19 | 0.5 |
| Hex | 98 | 75 | 67 | 0 | 17 | 20 | 28 | 11 | 13 | 32 |
| Octal | 230 | 165 | 147 | 0 | 27 | 40 | 50 | 21 | 23 | 62 |
| Binary | 10011000 | 1110101 | 1100111 | 0 | 10111 | 100000 | 101000 | 10001 | 10011 | 110010 |
Color Harmonies of #987567
Complementary color
Monochromatic Colors of #987567
Black with #987567
Text Example
Text Example
White with #987567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987567; }
p { color: rgb(152,117,103); }
H1.HeaderClassName
{
color: #987567;
}
.AnyTagClassName
{
color: #987567;
}
</style>
background-color css
<style>
a { background-color: #987567; }
a { background-color: rgb(152,117,103); }
div.DivClassName
{
background-color: #987567;
}
.BgClassName
{
background-color: #987567;
}
</style>
border-color css
<style>
span { border-color: #987567; }
span { border-color: rgb(152,117,103); }
td.TdClassName
{
border-color: #987567;
}
.TagClassName
{
border-color: #987567;
}
</style>