Shades of Strikemaster #96667A
Tints of Strikemaster #96667A
RGB
CMYK
RGB Variations
Color information
#96667A (or 0x96667A) is known color: Strikemaster. HEX triplet: 96, 66 and 7A. RGB value is (150,102,122). Sum of RGB (Red+Green+Blue) = 150+102+122=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 150 - color contains mainly: red. Hex color #96667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96667A is #699985. Grayscale: #767676. Windows color (decimal): -6920582 or 8021654. OLE color: 8021654.
HSL color Cylindrical-coordinate representation of color #96667A: hue angle of 335º 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 #96667A is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 102 | 122 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.41 |
| HSL | 335º | 0.19% | 0.49% | - |
| HSV(B) | 335º | 0.32% | 0.59% | - |
| XYZ | 20.84 | 17.39 | 20.67 | - |
| YUV | 118.63 | 129.9 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 122 | 0 | 0.32 | 0.19 | 0.41 | 335 | 0.19 | 0.49 |
| Hex | 96 | 66 | 7A | 0 | 20 | 13 | 29 | 14F | 13 | 31 |
| Octal | 226 | 146 | 172 | 0 | 40 | 23 | 51 | 517 | 23 | 61 |
| Binary | 10010110 | 1100110 | 1111010 | 0 | 100000 | 10011 | 101001 | 101001111 | 10011 | 110001 |
Color Harmonies of #96667A
Complementary color
Monochromatic Colors of #96667A
Black with #96667A
Text Example
Text Example
White with #96667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96667A; }
p { color: rgb(150,102,122); }
H1.HeaderClassName
{
color: #96667A;
}
.AnyTagClassName
{
color: #96667A;
}
</style>
background-color css
<style>
a { background-color: #96667A; }
a { background-color: rgb(150,102,122); }
div.DivClassName
{
background-color: #96667A;
}
.BgClassName
{
background-color: #96667A;
}
</style>
border-color css
<style>
span { border-color: #96667A; }
span { border-color: rgb(150,102,122); }
td.TdClassName
{
border-color: #96667A;
}
.TagClassName
{
border-color: #96667A;
}
</style>