Shades of Strikemaster #9A687F
Tints of Strikemaster #9A687F
RGB
CMYK
RGB Variations
Color information
#9A687F (or 0x9A687F) is known color: Strikemaster. HEX triplet: 9A, 68 and 7F. RGB value is (154,104,127). Sum of RGB (Red+Green+Blue) = 154+104+127=385 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 154 - color contains mainly: red. Hex color #9A687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A687F is #659780. Grayscale: #797979. Windows color (decimal): -6657921 or 8349850. OLE color: 8349850.
HSL color Cylindrical-coordinate representation of color #9A687F: hue angle of 332.4º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A687F is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 104 | 127 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.40 |
| HSL | 332.4º | 0.2% | 0.51% | - |
| HSV(B) | 332.4º | 0.32% | 0.6% | - |
| XYZ | 22.11 | 18.3 | 22.45 | - |
| YUV | 121.57 | 131.07 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 104 | 127 | 0 | 0.32 | 0.18 | 0.40 | 332.4 | 0.2 | 0.51 |
| Hex | 9A | 68 | 7F | 0 | 20 | 12 | 28 | 14C | 14 | 33 |
| Octal | 232 | 150 | 177 | 0 | 40 | 22 | 50 | 514 | 24 | 63 |
| Binary | 10011010 | 1101000 | 1111111 | 0 | 100000 | 10010 | 101000 | 101001100 | 10100 | 110011 |
Color Harmonies of #9A687F
Complementary color
Monochromatic Colors of #9A687F
Black with #9A687F
Text Example
Text Example
White with #9A687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A687F; }
p { color: rgb(154,104,127); }
H1.HeaderClassName
{
color: #9A687F;
}
.AnyTagClassName
{
color: #9A687F;
}
</style>
background-color css
<style>
a { background-color: #9A687F; }
a { background-color: rgb(154,104,127); }
div.DivClassName
{
background-color: #9A687F;
}
.BgClassName
{
background-color: #9A687F;
}
</style>
border-color css
<style>
span { border-color: #9A687F; }
span { border-color: rgb(154,104,127); }
td.TdClassName
{
border-color: #9A687F;
}
.TagClassName
{
border-color: #9A687F;
}
</style>