Shades of Strikemaster #96657B
Tints of Strikemaster #96657B
RGB
CMYK
RGB Variations
Color information
#96657B (or 0x96657B) is known color: Strikemaster. HEX triplet: 96, 65 and 7B. RGB value is (150,101,123). Sum of RGB (Red+Green+Blue) = 150+101+123=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 150 - color contains mainly: red. Hex color #96657B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96657B is #699A84. Grayscale: #767676. Windows color (decimal): -6920837 or 8086934. OLE color: 8086934.
HSL color Cylindrical-coordinate representation of color #96657B: hue angle of 333.06º 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 #96657B is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 101 | 123 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.41 |
| HSL | 333.06º | 0.2% | 0.49% | - |
| HSV(B) | 333.06º | 0.33% | 0.59% | - |
| XYZ | 20.81 | 17.22 | 20.97 | - |
| YUV | 118.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 123 | 0 | 0.33 | 0.18 | 0.41 | 333.06 | 0.2 | 0.49 |
| Hex | 96 | 65 | 7B | 0 | 21 | 12 | 29 | 14D | 14 | 31 |
| Octal | 226 | 145 | 173 | 0 | 41 | 22 | 51 | 515 | 24 | 61 |
| Binary | 10010110 | 1100101 | 1111011 | 0 | 100001 | 10010 | 101001 | 101001101 | 10100 | 110001 |
Color Harmonies of #96657B
Complementary color
Monochromatic Colors of #96657B
Black with #96657B
Text Example
Text Example
White with #96657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96657B; }
p { color: rgb(150,101,123); }
H1.HeaderClassName
{
color: #96657B;
}
.AnyTagClassName
{
color: #96657B;
}
</style>
background-color css
<style>
a { background-color: #96657B; }
a { background-color: rgb(150,101,123); }
div.DivClassName
{
background-color: #96657B;
}
.BgClassName
{
background-color: #96657B;
}
</style>
border-color css
<style>
span { border-color: #96657B; }
span { border-color: rgb(150,101,123); }
td.TdClassName
{
border-color: #96657B;
}
.TagClassName
{
border-color: #96657B;
}
</style>