Shades of Strikemaster #966679
Tints of Strikemaster #966679
RGB
CMYK
RGB Variations
Color information
#966679 (or 0x966679) is known color: Strikemaster. HEX triplet: 96, 66 and 79. RGB value is (150,102,121). Sum of RGB (Red+Green+Blue) = 150+102+121=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #966679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966679 is #699986. Grayscale: #767676. Windows color (decimal): -6920583 or 7956118. OLE color: 7956118.
HSL color Cylindrical-coordinate representation of color #966679: hue angle of 336.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #966679 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 102 | 121 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.41 |
| HSL | 336.25º | 0.19% | 0.49% | - |
| HSV(B) | 336.25º | 0.32% | 0.59% | - |
| XYZ | 20.78 | 17.37 | 20.35 | - |
| YUV | 118.52 | 129.4 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 121 | 0 | 0.32 | 0.19 | 0.41 | 336.25 | 0.19 | 0.49 |
| Hex | 96 | 66 | 79 | 0 | 20 | 13 | 29 | 150 | 13 | 31 |
| Octal | 226 | 146 | 171 | 0 | 40 | 23 | 51 | 520 | 23 | 61 |
| Binary | 10010110 | 1100110 | 1111001 | 0 | 100000 | 10011 | 101001 | 101010000 | 10011 | 110001 |
Color Harmonies of #966679
Complementary color
Monochromatic Colors of #966679
Black with #966679
Text Example
Text Example
White with #966679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966679; }
p { color: rgb(150,102,121); }
H1.HeaderClassName
{
color: #966679;
}
.AnyTagClassName
{
color: #966679;
}
</style>
background-color css
<style>
a { background-color: #966679; }
a { background-color: rgb(150,102,121); }
div.DivClassName
{
background-color: #966679;
}
.BgClassName
{
background-color: #966679;
}
</style>
border-color css
<style>
span { border-color: #966679; }
span { border-color: rgb(150,102,121); }
td.TdClassName
{
border-color: #966679;
}
.TagClassName
{
border-color: #966679;
}
</style>