Shades of Strikemaster #96717F
Tints of Strikemaster #96717F
RGB
CMYK
RGB Variations
Color information
#96717F (or 0x96717F) is known color: Strikemaster. HEX triplet: 96, 71 and 7F. RGB value is (150,113,127). Sum of RGB (Red+Green+Blue) = 150+113+127=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #96717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96717F is #698E80. Grayscale: #7D7D7D. Windows color (decimal): -6917761 or 8352150. OLE color: 8352150.
HSL color Cylindrical-coordinate representation of color #96717F: hue angle of 337.3º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96717F is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 113 | 127 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.41 |
| HSL | 337.3º | 0.15% | 0.52% | - |
| HSV(B) | 337.3º | 0.25% | 0.59% | - |
| XYZ | 22.31 | 19.83 | 22.73 | - |
| YUV | 125.66 | 128.76 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 113 | 127 | 0 | 0.25 | 0.15 | 0.41 | 337.3 | 0.15 | 0.52 |
| Hex | 96 | 71 | 7F | 0 | 19 | F | 29 | 151 | F | 34 |
| Octal | 226 | 161 | 177 | 0 | 31 | 17 | 51 | 521 | 17 | 64 |
| Binary | 10010110 | 1110001 | 1111111 | 0 | 11001 | 1111 | 101001 | 101010001 | 1111 | 110100 |
Color Harmonies of #96717F
Complementary color
Monochromatic Colors of #96717F
Black with #96717F
Text Example
Text Example
White with #96717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96717F; }
p { color: rgb(150,113,127); }
H1.HeaderClassName
{
color: #96717F;
}
.AnyTagClassName
{
color: #96717F;
}
</style>
background-color css
<style>
a { background-color: #96717F; }
a { background-color: rgb(150,113,127); }
div.DivClassName
{
background-color: #96717F;
}
.BgClassName
{
background-color: #96717F;
}
</style>
border-color css
<style>
span { border-color: #96717F; }
span { border-color: rgb(150,113,127); }
td.TdClassName
{
border-color: #96717F;
}
.TagClassName
{
border-color: #96717F;
}
</style>