Shades of Strikemaster #96637A
Tints of Strikemaster #96637A
RGB
CMYK
RGB Variations
Color information
#96637A (or 0x96637A) is known color: Strikemaster. HEX triplet: 96, 63 and 7A. RGB value is (150,99,122). Sum of RGB (Red+Green+Blue) = 150+99+122=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #96637A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96637A is #699C85. Grayscale: #747474. Windows color (decimal): -6921350 or 8020886. OLE color: 8020886.
HSL color Cylindrical-coordinate representation of color #96637A: hue angle of 332.94º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96637A is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 99 | 122 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.41 |
| HSL | 332.94º | 0.2% | 0.49% | - |
| HSV(B) | 332.94º | 0.34% | 0.59% | - |
| XYZ | 20.55 | 16.81 | 20.57 | - |
| YUV | 116.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 99 | 122 | 0 | 0.34 | 0.19 | 0.41 | 332.94 | 0.2 | 0.49 |
| Hex | 96 | 63 | 7A | 0 | 22 | 13 | 29 | 14D | 14 | 31 |
| Octal | 226 | 143 | 172 | 0 | 42 | 23 | 51 | 515 | 24 | 61 |
| Binary | 10010110 | 1100011 | 1111010 | 0 | 100010 | 10011 | 101001 | 101001101 | 10100 | 110001 |
Color Harmonies of #96637A
Complementary color
Monochromatic Colors of #96637A
Black with #96637A
Text Example
Text Example
White with #96637A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96637A; }
p { color: rgb(150,99,122); }
H1.HeaderClassName
{
color: #96637A;
}
.AnyTagClassName
{
color: #96637A;
}
</style>
background-color css
<style>
a { background-color: #96637A; }
a { background-color: rgb(150,99,122); }
div.DivClassName
{
background-color: #96637A;
}
.BgClassName
{
background-color: #96637A;
}
</style>
border-color css
<style>
span { border-color: #96637A; }
span { border-color: rgb(150,99,122); }
td.TdClassName
{
border-color: #96637A;
}
.TagClassName
{
border-color: #96637A;
}
</style>