Shades of Strikemaster #98647A
Tints of Strikemaster #98647A
RGB
CMYK
RGB Variations
Color information
#98647A (or 0x98647A) is known color: Strikemaster. HEX triplet: 98, 64 and 7A. RGB value is (152,100,122). Sum of RGB (Red+Green+Blue) = 152+100+122=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #98647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98647A is #679B85. Grayscale: #767676. Windows color (decimal): -6790022 or 8021144. OLE color: 8021144.
HSL color Cylindrical-coordinate representation of color #98647A: hue angle of 334.62º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98647A is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 100 | 122 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.40 |
| HSL | 334.62º | 0.21% | 0.49% | - |
| HSV(B) | 334.62º | 0.34% | 0.6% | - |
| XYZ | 21.02 | 17.19 | 20.62 | - |
| YUV | 118.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 122 | 0 | 0.34 | 0.20 | 0.40 | 334.62 | 0.21 | 0.49 |
| Hex | 98 | 64 | 7A | 0 | 22 | 14 | 28 | 14F | 15 | 31 |
| Octal | 230 | 144 | 172 | 0 | 42 | 24 | 50 | 517 | 25 | 61 |
| Binary | 10011000 | 1100100 | 1111010 | 0 | 100010 | 10100 | 101000 | 101001111 | 10101 | 110001 |
Color Harmonies of #98647A
Complementary color
Monochromatic Colors of #98647A
Black with #98647A
Text Example
Text Example
White with #98647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98647A; }
p { color: rgb(152,100,122); }
H1.HeaderClassName
{
color: #98647A;
}
.AnyTagClassName
{
color: #98647A;
}
</style>
background-color css
<style>
a { background-color: #98647A; }
a { background-color: rgb(152,100,122); }
div.DivClassName
{
background-color: #98647A;
}
.BgClassName
{
background-color: #98647A;
}
</style>
border-color css
<style>
span { border-color: #98647A; }
span { border-color: rgb(152,100,122); }
td.TdClassName
{
border-color: #98647A;
}
.TagClassName
{
border-color: #98647A;
}
</style>