Shades of Strikemaster #98687A
Tints of Strikemaster #98687A
RGB
CMYK
RGB Variations
Color information
#98687A (or 0x98687A) is known color: Strikemaster. HEX triplet: 98, 68 and 7A. RGB value is (152,104,122). Sum of RGB (Red+Green+Blue) = 152+104+122=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #98687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98687A is #679785. Grayscale: #787878. Windows color (decimal): -6788998 or 8022168. OLE color: 8022168.
HSL color Cylindrical-coordinate representation of color #98687A: hue angle of 337.5º 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 #98687A is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 104 | 122 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.40 |
| HSL | 337.5º | 0.19% | 0.5% | - |
| HSV(B) | 337.5º | 0.32% | 0.6% | - |
| XYZ | 21.41 | 17.98 | 20.75 | - |
| YUV | 120.4 | 128.9 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 122 | 0 | 0.32 | 0.20 | 0.40 | 337.5 | 0.19 | 0.5 |
| Hex | 98 | 68 | 7A | 0 | 20 | 14 | 28 | 152 | 13 | 32 |
| Octal | 230 | 150 | 172 | 0 | 40 | 24 | 50 | 522 | 23 | 62 |
| Binary | 10011000 | 1101000 | 1111010 | 0 | 100000 | 10100 | 101000 | 101010010 | 10011 | 110010 |
Color Harmonies of #98687A
Complementary color
Monochromatic Colors of #98687A
Black with #98687A
Text Example
Text Example
White with #98687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98687A; }
p { color: rgb(152,104,122); }
H1.HeaderClassName
{
color: #98687A;
}
.AnyTagClassName
{
color: #98687A;
}
</style>
background-color css
<style>
a { background-color: #98687A; }
a { background-color: rgb(152,104,122); }
div.DivClassName
{
background-color: #98687A;
}
.BgClassName
{
background-color: #98687A;
}
</style>
border-color css
<style>
span { border-color: #98687A; }
span { border-color: rgb(152,104,122); }
td.TdClassName
{
border-color: #98687A;
}
.TagClassName
{
border-color: #98687A;
}
</style>