Shades of Strikemaster #96657A
Tints of Strikemaster #96657A
RGB
CMYK
RGB Variations
Color information
#96657A (or 0x96657A) is known color: Strikemaster. HEX triplet: 96, 65 and 7A. RGB value is (150,101,122). Sum of RGB (Red+Green+Blue) = 150+101+122=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #96657A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96657A is #699A85. Grayscale: #767676. Windows color (decimal): -6920838 or 8021398. OLE color: 8021398.
HSL color Cylindrical-coordinate representation of color #96657A: hue angle of 334.29º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96657A is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 101 | 122 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.41 |
| HSL | 334.29º | 0.2% | 0.49% | - |
| HSV(B) | 334.29º | 0.33% | 0.59% | - |
| XYZ | 20.74 | 17.2 | 20.64 | - |
| YUV | 118.05 | 130.23 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 122 | 0 | 0.33 | 0.19 | 0.41 | 334.29 | 0.2 | 0.49 |
| Hex | 96 | 65 | 7A | 0 | 21 | 13 | 29 | 14E | 14 | 31 |
| Octal | 226 | 145 | 172 | 0 | 41 | 23 | 51 | 516 | 24 | 61 |
| Binary | 10010110 | 1100101 | 1111010 | 0 | 100001 | 10011 | 101001 | 101001110 | 10100 | 110001 |
Color Harmonies of #96657A
Complementary color
Monochromatic Colors of #96657A
Black with #96657A
Text Example
Text Example
White with #96657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96657A; }
p { color: rgb(150,101,122); }
H1.HeaderClassName
{
color: #96657A;
}
.AnyTagClassName
{
color: #96657A;
}
</style>
background-color css
<style>
a { background-color: #96657A; }
a { background-color: rgb(150,101,122); }
div.DivClassName
{
background-color: #96657A;
}
.BgClassName
{
background-color: #96657A;
}
</style>
border-color css
<style>
span { border-color: #96657A; }
span { border-color: rgb(150,101,122); }
td.TdClassName
{
border-color: #96657A;
}
.TagClassName
{
border-color: #96657A;
}
</style>