Shades of Strikemaster #96687F
Tints of Strikemaster #96687F
RGB
CMYK
RGB Variations
Color information
#96687F (or 0x96687F) is known color: Strikemaster. HEX triplet: 96, 68 and 7F. RGB value is (150,104,127). Sum of RGB (Red+Green+Blue) = 150+104+127=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #96687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96687F is #699780. Grayscale: #787878. Windows color (decimal): -6920065 or 8349846. OLE color: 8349846.
HSL color Cylindrical-coordinate representation of color #96687F: hue angle of 330º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96687F is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 104 | 127 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.41 |
| HSL | 330º | 0.18% | 0.5% | - |
| HSV(B) | 330º | 0.31% | 0.59% | - |
| XYZ | 21.36 | 17.92 | 22.41 | - |
| YUV | 120.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 127 | 0 | 0.31 | 0.15 | 0.41 | 330 | 0.18 | 0.5 |
| Hex | 96 | 68 | 7F | 0 | 1F | F | 29 | 14A | 12 | 32 |
| Octal | 226 | 150 | 177 | 0 | 37 | 17 | 51 | 512 | 22 | 62 |
| Binary | 10010110 | 1101000 | 1111111 | 0 | 11111 | 1111 | 101001 | 101001010 | 10010 | 110010 |
Color Harmonies of #96687F
Complementary color
Monochromatic Colors of #96687F
Black with #96687F
Text Example
Text Example
White with #96687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96687F; }
p { color: rgb(150,104,127); }
H1.HeaderClassName
{
color: #96687F;
}
.AnyTagClassName
{
color: #96687F;
}
</style>
background-color css
<style>
a { background-color: #96687F; }
a { background-color: rgb(150,104,127); }
div.DivClassName
{
background-color: #96687F;
}
.BgClassName
{
background-color: #96687F;
}
</style>
border-color css
<style>
span { border-color: #96687F; }
span { border-color: rgb(150,104,127); }
td.TdClassName
{
border-color: #96687F;
}
.TagClassName
{
border-color: #96687F;
}
</style>