Shades of Strikemaster #96687C
Tints of Strikemaster #96687C
RGB
CMYK
RGB Variations
Color information
#96687C (or 0x96687C) is known color: Strikemaster. HEX triplet: 96, 68 and 7C. RGB value is (150,104,124). Sum of RGB (Red+Green+Blue) = 150+104+124=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #96687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96687C is #699783. Grayscale: #787878. Windows color (decimal): -6920068 or 8153238. OLE color: 8153238.
HSL color Cylindrical-coordinate representation of color #96687C: hue angle of 333.91º 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 #96687C is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 104 | 124 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.41 |
| HSL | 333.91º | 0.18% | 0.5% | - |
| HSV(B) | 333.91º | 0.31% | 0.59% | - |
| XYZ | 21.17 | 17.84 | 21.4 | - |
| YUV | 120.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 124 | 0 | 0.31 | 0.17 | 0.41 | 333.91 | 0.18 | 0.5 |
| Hex | 96 | 68 | 7C | 0 | 1F | 11 | 29 | 14E | 12 | 32 |
| Octal | 226 | 150 | 174 | 0 | 37 | 21 | 51 | 516 | 22 | 62 |
| Binary | 10010110 | 1101000 | 1111100 | 0 | 11111 | 10001 | 101001 | 101001110 | 10010 | 110010 |
Color Harmonies of #96687C
Complementary color
Monochromatic Colors of #96687C
Black with #96687C
Text Example
Text Example
White with #96687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96687C; }
p { color: rgb(150,104,124); }
H1.HeaderClassName
{
color: #96687C;
}
.AnyTagClassName
{
color: #96687C;
}
</style>
background-color css
<style>
a { background-color: #96687C; }
a { background-color: rgb(150,104,124); }
div.DivClassName
{
background-color: #96687C;
}
.BgClassName
{
background-color: #96687C;
}
</style>
border-color css
<style>
span { border-color: #96687C; }
span { border-color: rgb(150,104,124); }
td.TdClassName
{
border-color: #96687C;
}
.TagClassName
{
border-color: #96687C;
}
</style>