Shades of Strikemaster #986D86
Tints of Strikemaster #986D86
RGB
CMYK
RGB Variations
Color information
#986D86 (or 0x986D86) is known color: Strikemaster. HEX triplet: 98, 6D and 86. RGB value is (152,109,134). Sum of RGB (Red+Green+Blue) = 152+109+134=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #986D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986D86 is #679279. Grayscale: #7C7C7C. Windows color (decimal): -6787706 or 8809880. OLE color: 8809880.
HSL color Cylindrical-coordinate representation of color #986D86: hue angle of 325.12º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #986D86 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 134 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.40 |
| HSL | 325.12º | 0.17% | 0.51% | - |
| HSV(B) | 325.12º | 0.28% | 0.6% | - |
| XYZ | 22.72 | 19.33 | 25.09 | - |
| YUV | 124.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 134 | 0 | 0.28 | 0.12 | 0.40 | 325.12 | 0.17 | 0.51 |
| Hex | 98 | 6D | 86 | 0 | 1C | C | 28 | 145 | 11 | 33 |
| Octal | 230 | 155 | 206 | 0 | 34 | 14 | 50 | 505 | 21 | 63 |
| Binary | 10011000 | 1101101 | 10000110 | 0 | 11100 | 1100 | 101000 | 101000101 | 10001 | 110011 |
Color Harmonies of #986D86
Complementary color
Monochromatic Colors of #986D86
Black with #986D86
Text Example
Text Example
White with #986D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D86; }
p { color: rgb(152,109,134); }
H1.HeaderClassName
{
color: #986D86;
}
.AnyTagClassName
{
color: #986D86;
}
</style>
background-color css
<style>
a { background-color: #986D86; }
a { background-color: rgb(152,109,134); }
div.DivClassName
{
background-color: #986D86;
}
.BgClassName
{
background-color: #986D86;
}
</style>
border-color css
<style>
span { border-color: #986D86; }
span { border-color: rgb(152,109,134); }
td.TdClassName
{
border-color: #986D86;
}
.TagClassName
{
border-color: #986D86;
}
</style>