Shades of Strikemaster #96667B
Tints of Strikemaster #96667B
RGB
CMYK
RGB Variations
Color information
#96667B (or 0x96667B) is known color: Strikemaster. HEX triplet: 96, 66 and 7B. RGB value is (150,102,123). Sum of RGB (Red+Green+Blue) = 150+102+123=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 150 - color contains mainly: red. Hex color #96667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96667B is #699984. Grayscale: #767676. Windows color (decimal): -6920581 or 8087190. OLE color: 8087190.
HSL color Cylindrical-coordinate representation of color #96667B: hue angle of 333.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96667B is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 102 | 123 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.41 |
| HSL | 333.75º | 0.19% | 0.49% | - |
| HSV(B) | 333.75º | 0.32% | 0.59% | - |
| XYZ | 20.9 | 17.42 | 21 | - |
| YUV | 118.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 123 | 0 | 0.32 | 0.18 | 0.41 | 333.75 | 0.19 | 0.49 |
| Hex | 96 | 66 | 7B | 0 | 20 | 12 | 29 | 14E | 13 | 31 |
| Octal | 226 | 146 | 173 | 0 | 40 | 22 | 51 | 516 | 23 | 61 |
| Binary | 10010110 | 1100110 | 1111011 | 0 | 100000 | 10010 | 101001 | 101001110 | 10011 | 110001 |
Color Harmonies of #96667B
Complementary color
Monochromatic Colors of #96667B
Black with #96667B
Text Example
Text Example
White with #96667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96667B; }
p { color: rgb(150,102,123); }
H1.HeaderClassName
{
color: #96667B;
}
.AnyTagClassName
{
color: #96667B;
}
</style>
background-color css
<style>
a { background-color: #96667B; }
a { background-color: rgb(150,102,123); }
div.DivClassName
{
background-color: #96667B;
}
.BgClassName
{
background-color: #96667B;
}
</style>
border-color css
<style>
span { border-color: #96667B; }
span { border-color: rgb(150,102,123); }
td.TdClassName
{
border-color: #96667B;
}
.TagClassName
{
border-color: #96667B;
}
</style>