Shades of Strikemaster #967386
Tints of Strikemaster #967386
RGB
CMYK
RGB Variations
Color information
#967386 (or 0x967386) is known color: Strikemaster. HEX triplet: 96, 73 and 86. RGB value is (150,115,134). Sum of RGB (Red+Green+Blue) = 150+115+134=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #967386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967386 is #698C79. Grayscale: #7F7F7F. Windows color (decimal): -6917242 or 8811414. OLE color: 8811414.
HSL color Cylindrical-coordinate representation of color #967386: hue angle of 327.43º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #967386 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 115 | 134 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.41 |
| HSL | 327.43º | 0.14% | 0.52% | - |
| HSV(B) | 327.43º | 0.23% | 0.59% | - |
| XYZ | 23.01 | 20.47 | 25.29 | - |
| YUV | 127.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 134 | 0 | 0.23 | 0.11 | 0.41 | 327.43 | 0.14 | 0.52 |
| Hex | 96 | 73 | 86 | 0 | 17 | B | 29 | 147 | E | 34 |
| Octal | 226 | 163 | 206 | 0 | 27 | 13 | 51 | 507 | 16 | 64 |
| Binary | 10010110 | 1110011 | 10000110 | 0 | 10111 | 1011 | 101001 | 101000111 | 1110 | 110100 |
Color Harmonies of #967386
Complementary color
Monochromatic Colors of #967386
Black with #967386
Text Example
Text Example
White with #967386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967386; }
p { color: rgb(150,115,134); }
H1.HeaderClassName
{
color: #967386;
}
.AnyTagClassName
{
color: #967386;
}
</style>
background-color css
<style>
a { background-color: #967386; }
a { background-color: rgb(150,115,134); }
div.DivClassName
{
background-color: #967386;
}
.BgClassName
{
background-color: #967386;
}
</style>
border-color css
<style>
span { border-color: #967386; }
span { border-color: rgb(150,115,134); }
td.TdClassName
{
border-color: #967386;
}
.TagClassName
{
border-color: #967386;
}
</style>