Shades of Strikemaster #96697C
Tints of Strikemaster #96697C
RGB
CMYK
RGB Variations
Color information
#96697C (or 0x96697C) is known color: Strikemaster. HEX triplet: 96, 69 and 7C. RGB value is (150,105,124). Sum of RGB (Red+Green+Blue) = 150+105+124=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #96697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96697C is #699683. Grayscale: #787878. Windows color (decimal): -6919812 or 8153494. OLE color: 8153494.
HSL color Cylindrical-coordinate representation of color #96697C: hue angle of 334.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96697C is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 105 | 124 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.41 |
| HSL | 334.67º | 0.18% | 0.5% | - |
| HSV(B) | 334.67º | 0.3% | 0.59% | - |
| XYZ | 21.27 | 18.04 | 21.43 | - |
| YUV | 120.62 | 129.91 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 105 | 124 | 0 | 0.30 | 0.17 | 0.41 | 334.67 | 0.18 | 0.5 |
| Hex | 96 | 69 | 7C | 0 | 1E | 11 | 29 | 14F | 12 | 32 |
| Octal | 226 | 151 | 174 | 0 | 36 | 21 | 51 | 517 | 22 | 62 |
| Binary | 10010110 | 1101001 | 1111100 | 0 | 11110 | 10001 | 101001 | 101001111 | 10010 | 110010 |
Color Harmonies of #96697C
Complementary color
Monochromatic Colors of #96697C
Black with #96697C
Text Example
Text Example
White with #96697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96697C; }
p { color: rgb(150,105,124); }
H1.HeaderClassName
{
color: #96697C;
}
.AnyTagClassName
{
color: #96697C;
}
</style>
background-color css
<style>
a { background-color: #96697C; }
a { background-color: rgb(150,105,124); }
div.DivClassName
{
background-color: #96697C;
}
.BgClassName
{
background-color: #96697C;
}
</style>
border-color css
<style>
span { border-color: #96697C; }
span { border-color: rgb(150,105,124); }
td.TdClassName
{
border-color: #96697C;
}
.TagClassName
{
border-color: #96697C;
}
</style>