Shades of Strikemaster #9F687C
Tints of Strikemaster #9F687C
RGB
CMYK
RGB Variations
Color information
#9F687C (or 0x9F687C) is known color: Strikemaster. HEX triplet: 9F, 68 and 7C. RGB value is (159,104,124). Sum of RGB (Red+Green+Blue) = 159+104+124=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F687C is #609783. Grayscale: #7A7A7A. Windows color (decimal): -6330244 or 8153247. OLE color: 8153247.
HSL color Cylindrical-coordinate representation of color #9F687C: hue angle of 338.18º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F687C is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 104 | 124 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.38 |
| HSL | 338.18º | 0.22% | 0.52% | - |
| HSV(B) | 338.18º | 0.35% | 0.62% | - |
| XYZ | 22.89 | 18.73 | 21.48 | - |
| YUV | 122.73 | 128.72 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 104 | 124 | 0 | 0.35 | 0.22 | 0.38 | 338.18 | 0.22 | 0.52 |
| Hex | 9F | 68 | 7C | 0 | 23 | 16 | 26 | 152 | 16 | 34 |
| Octal | 237 | 150 | 174 | 0 | 43 | 26 | 46 | 522 | 26 | 64 |
| Binary | 10011111 | 1101000 | 1111100 | 0 | 100011 | 10110 | 100110 | 101010010 | 10110 | 110100 |
Color Harmonies of #9F687C
Complementary color
Monochromatic Colors of #9F687C
Black with #9F687C
Text Example
Text Example
White with #9F687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F687C; }
p { color: rgb(159,104,124); }
H1.HeaderClassName
{
color: #9F687C;
}
.AnyTagClassName
{
color: #9F687C;
}
</style>
background-color css
<style>
a { background-color: #9F687C; }
a { background-color: rgb(159,104,124); }
div.DivClassName
{
background-color: #9F687C;
}
.BgClassName
{
background-color: #9F687C;
}
</style>
border-color css
<style>
span { border-color: #9F687C; }
span { border-color: rgb(159,104,124); }
td.TdClassName
{
border-color: #9F687C;
}
.TagClassName
{
border-color: #9F687C;
}
</style>