Shades of Strikemaster #98687F
Tints of Strikemaster #98687F
RGB
CMYK
RGB Variations
Color information
#98687F (or 0x98687F) is known color: Strikemaster. HEX triplet: 98, 68 and 7F. RGB value is (152,104,127). Sum of RGB (Red+Green+Blue) = 152+104+127=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #98687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98687F is #679780. Grayscale: #787878. Windows color (decimal): -6788993 or 8349848. OLE color: 8349848.
HSL color Cylindrical-coordinate representation of color #98687F: hue angle of 331.25º 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 #98687F is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 104 | 127 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.40 |
| HSL | 331.25º | 0.19% | 0.5% | - |
| HSV(B) | 331.25º | 0.32% | 0.6% | - |
| XYZ | 21.73 | 18.11 | 22.43 | - |
| YUV | 120.97 | 131.4 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 127 | 0 | 0.32 | 0.16 | 0.40 | 331.25 | 0.19 | 0.5 |
| Hex | 98 | 68 | 7F | 0 | 20 | 10 | 28 | 14B | 13 | 32 |
| Octal | 230 | 150 | 177 | 0 | 40 | 20 | 50 | 513 | 23 | 62 |
| Binary | 10011000 | 1101000 | 1111111 | 0 | 100000 | 10000 | 101000 | 101001011 | 10011 | 110010 |
Color Harmonies of #98687F
Complementary color
Monochromatic Colors of #98687F
Black with #98687F
Text Example
Text Example
White with #98687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98687F; }
p { color: rgb(152,104,127); }
H1.HeaderClassName
{
color: #98687F;
}
.AnyTagClassName
{
color: #98687F;
}
</style>
background-color css
<style>
a { background-color: #98687F; }
a { background-color: rgb(152,104,127); }
div.DivClassName
{
background-color: #98687F;
}
.BgClassName
{
background-color: #98687F;
}
</style>
border-color css
<style>
span { border-color: #98687F; }
span { border-color: rgb(152,104,127); }
td.TdClassName
{
border-color: #98687F;
}
.TagClassName
{
border-color: #98687F;
}
</style>