Shades of Strikemaster #96687E
Tints of Strikemaster #96687E
RGB
CMYK
RGB Variations
Color information
#96687E (or 0x96687E) is known color: Strikemaster. HEX triplet: 96, 68 and 7E. RGB value is (150,104,126). Sum of RGB (Red+Green+Blue) = 150+104+126=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 150 - color contains mainly: red. Hex color #96687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96687E is #699781. Grayscale: #787878. Windows color (decimal): -6920066 or 8284310. OLE color: 8284310.
HSL color Cylindrical-coordinate representation of color #96687E: hue angle of 331.3º 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 #96687E is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 104 | 126 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.41 |
| HSL | 331.3º | 0.18% | 0.5% | - |
| HSV(B) | 331.3º | 0.31% | 0.59% | - |
| XYZ | 21.29 | 17.89 | 22.07 | - |
| YUV | 120.26 | 131.24 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 126 | 0 | 0.31 | 0.16 | 0.41 | 331.3 | 0.18 | 0.5 |
| Hex | 96 | 68 | 7E | 0 | 1F | 10 | 29 | 14B | 12 | 32 |
| Octal | 226 | 150 | 176 | 0 | 37 | 20 | 51 | 513 | 22 | 62 |
| Binary | 10010110 | 1101000 | 1111110 | 0 | 11111 | 10000 | 101001 | 101001011 | 10010 | 110010 |
Color Harmonies of #96687E
Complementary color
Monochromatic Colors of #96687E
Black with #96687E
Text Example
Text Example
White with #96687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96687E; }
p { color: rgb(150,104,126); }
H1.HeaderClassName
{
color: #96687E;
}
.AnyTagClassName
{
color: #96687E;
}
</style>
background-color css
<style>
a { background-color: #96687E; }
a { background-color: rgb(150,104,126); }
div.DivClassName
{
background-color: #96687E;
}
.BgClassName
{
background-color: #96687E;
}
</style>
border-color css
<style>
span { border-color: #96687E; }
span { border-color: rgb(150,104,126); }
td.TdClassName
{
border-color: #96687E;
}
.TagClassName
{
border-color: #96687E;
}
</style>