Shades of Strikemaster #9C687D
Tints of Strikemaster #9C687D
RGB
CMYK
RGB Variations
Color information
#9C687D (or 0x9C687D) is known color: Strikemaster. HEX triplet: 9C, 68 and 7D. RGB value is (156,104,125). Sum of RGB (Red+Green+Blue) = 156+104+125=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 156 - color contains mainly: red. Hex color #9C687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C687D is #639782. Grayscale: #797979. Windows color (decimal): -6526851 or 8218780. OLE color: 8218780.
HSL color Cylindrical-coordinate representation of color #9C687D: hue angle of 335.77º 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 #9C687D is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 104 | 125 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.39 |
| HSL | 335.77º | 0.21% | 0.51% | - |
| HSV(B) | 335.77º | 0.33% | 0.61% | - |
| XYZ | 22.36 | 18.45 | 21.78 | - |
| YUV | 121.94 | 129.73 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 104 | 125 | 0 | 0.33 | 0.20 | 0.39 | 335.77 | 0.21 | 0.51 |
| Hex | 9C | 68 | 7D | 0 | 21 | 14 | 27 | 150 | 15 | 33 |
| Octal | 234 | 150 | 175 | 0 | 41 | 24 | 47 | 520 | 25 | 63 |
| Binary | 10011100 | 1101000 | 1111101 | 0 | 100001 | 10100 | 100111 | 101010000 | 10101 | 110011 |
Color Harmonies of #9C687D
Complementary color
Monochromatic Colors of #9C687D
Black with #9C687D
Text Example
Text Example
White with #9C687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C687D; }
p { color: rgb(156,104,125); }
H1.HeaderClassName
{
color: #9C687D;
}
.AnyTagClassName
{
color: #9C687D;
}
</style>
background-color css
<style>
a { background-color: #9C687D; }
a { background-color: rgb(156,104,125); }
div.DivClassName
{
background-color: #9C687D;
}
.BgClassName
{
background-color: #9C687D;
}
</style>
border-color css
<style>
span { border-color: #9C687D; }
span { border-color: rgb(156,104,125); }
td.TdClassName
{
border-color: #9C687D;
}
.TagClassName
{
border-color: #9C687D;
}
</style>