Shades of Strikemaster #96687A
Tints of Strikemaster #96687A
RGB
CMYK
RGB Variations
Color information
#96687A (or 0x96687A) is known color: Strikemaster. HEX triplet: 96, 68 and 7A. RGB value is (150,104,122). Sum of RGB (Red+Green+Blue) = 150+104+122=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #96687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96687A is #699785. Grayscale: #777777. Windows color (decimal): -6920070 or 8022166. OLE color: 8022166.
HSL color Cylindrical-coordinate representation of color #96687A: hue angle of 336.52º 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 #96687A is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 104 | 122 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.41 |
| HSL | 336.52º | 0.18% | 0.5% | - |
| HSV(B) | 336.52º | 0.31% | 0.59% | - |
| XYZ | 21.04 | 17.79 | 20.74 | - |
| YUV | 119.81 | 129.24 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 122 | 0 | 0.31 | 0.19 | 0.41 | 336.52 | 0.18 | 0.5 |
| Hex | 96 | 68 | 7A | 0 | 1F | 13 | 29 | 151 | 12 | 32 |
| Octal | 226 | 150 | 172 | 0 | 37 | 23 | 51 | 521 | 22 | 62 |
| Binary | 10010110 | 1101000 | 1111010 | 0 | 11111 | 10011 | 101001 | 101010001 | 10010 | 110010 |
Color Harmonies of #96687A
Complementary color
Monochromatic Colors of #96687A
Black with #96687A
Text Example
Text Example
White with #96687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96687A; }
p { color: rgb(150,104,122); }
H1.HeaderClassName
{
color: #96687A;
}
.AnyTagClassName
{
color: #96687A;
}
</style>
background-color css
<style>
a { background-color: #96687A; }
a { background-color: rgb(150,104,122); }
div.DivClassName
{
background-color: #96687A;
}
.BgClassName
{
background-color: #96687A;
}
</style>
border-color css
<style>
span { border-color: #96687A; }
span { border-color: rgb(150,104,122); }
td.TdClassName
{
border-color: #96687A;
}
.TagClassName
{
border-color: #96687A;
}
</style>