Shades of Strikemaster #96687D
Tints of Strikemaster #96687D
RGB
CMYK
RGB Variations
Color information
#96687D (or 0x96687D) is known color: Strikemaster. HEX triplet: 96, 68 and 7D. RGB value is (150,104,125). Sum of RGB (Red+Green+Blue) = 150+104+125=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #96687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96687D is #699782. Grayscale: #787878. Windows color (decimal): -6920067 or 8218774. OLE color: 8218774.
HSL color Cylindrical-coordinate representation of color #96687D: hue angle of 332.61º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96687D is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 104 | 125 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.41 |
| HSL | 332.61º | 0.18% | 0.5% | - |
| HSV(B) | 332.61º | 0.31% | 0.59% | - |
| XYZ | 21.23 | 17.87 | 21.73 | - |
| YUV | 120.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 125 | 0 | 0.31 | 0.17 | 0.41 | 332.61 | 0.18 | 0.5 |
| Hex | 96 | 68 | 7D | 0 | 1F | 11 | 29 | 14D | 12 | 32 |
| Octal | 226 | 150 | 175 | 0 | 37 | 21 | 51 | 515 | 22 | 62 |
| Binary | 10010110 | 1101000 | 1111101 | 0 | 11111 | 10001 | 101001 | 101001101 | 10010 | 110010 |
Color Harmonies of #96687D
Complementary color
Monochromatic Colors of #96687D
Black with #96687D
Text Example
Text Example
White with #96687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96687D; }
p { color: rgb(150,104,125); }
H1.HeaderClassName
{
color: #96687D;
}
.AnyTagClassName
{
color: #96687D;
}
</style>
background-color css
<style>
a { background-color: #96687D; }
a { background-color: rgb(150,104,125); }
div.DivClassName
{
background-color: #96687D;
}
.BgClassName
{
background-color: #96687D;
}
</style>
border-color css
<style>
span { border-color: #96687D; }
span { border-color: rgb(150,104,125); }
td.TdClassName
{
border-color: #96687D;
}
.TagClassName
{
border-color: #96687D;
}
</style>