Shades of Strikemaster #9C687F
Tints of Strikemaster #9C687F
RGB
CMYK
RGB Variations
Color information
#9C687F (or 0x9C687F) is known color: Strikemaster. HEX triplet: 9C, 68 and 7F. RGB value is (156,104,127). Sum of RGB (Red+Green+Blue) = 156+104+127=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 156 - color contains mainly: red. Hex color #9C687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C687F is #639780. Grayscale: #7A7A7A. Windows color (decimal): -6526849 or 8349852. OLE color: 8349852.
HSL color Cylindrical-coordinate representation of color #9C687F: hue angle of 333.46º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C687F is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 104 | 127 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.39 |
| HSL | 333.46º | 0.21% | 0.51% | - |
| HSV(B) | 333.46º | 0.33% | 0.61% | - |
| XYZ | 22.49 | 18.5 | 22.46 | - |
| YUV | 122.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 104 | 127 | 0 | 0.33 | 0.19 | 0.39 | 333.46 | 0.21 | 0.51 |
| Hex | 9C | 68 | 7F | 0 | 21 | 13 | 27 | 14D | 15 | 33 |
| Octal | 234 | 150 | 177 | 0 | 41 | 23 | 47 | 515 | 25 | 63 |
| Binary | 10011100 | 1101000 | 1111111 | 0 | 100001 | 10011 | 100111 | 101001101 | 10101 | 110011 |
Color Harmonies of #9C687F
Complementary color
Monochromatic Colors of #9C687F
Black with #9C687F
Text Example
Text Example
White with #9C687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C687F; }
p { color: rgb(156,104,127); }
H1.HeaderClassName
{
color: #9C687F;
}
.AnyTagClassName
{
color: #9C687F;
}
</style>
background-color css
<style>
a { background-color: #9C687F; }
a { background-color: rgb(156,104,127); }
div.DivClassName
{
background-color: #9C687F;
}
.BgClassName
{
background-color: #9C687F;
}
</style>
border-color css
<style>
span { border-color: #9C687F; }
span { border-color: rgb(156,104,127); }
td.TdClassName
{
border-color: #9C687F;
}
.TagClassName
{
border-color: #9C687F;
}
</style>