Shades of Strikemaster #996579
Tints of Strikemaster #996579
RGB
CMYK
RGB Variations
Color information
#996579 (or 0x996579) is known color: Strikemaster. HEX triplet: 99, 65 and 79. RGB value is (153,101,121). Sum of RGB (Red+Green+Blue) = 153+101+121=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #996579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996579 is #669A86. Grayscale: #767676. Windows color (decimal): -6724231 or 7955865. OLE color: 7955865.
HSL color Cylindrical-coordinate representation of color #996579: hue angle of 336.92º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #996579 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 101 | 121 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.4 |
| HSL | 336.92º | 0.2% | 0.5% | - |
| HSV(B) | 336.92º | 0.34% | 0.6% | - |
| XYZ | 21.24 | 17.46 | 20.34 | - |
| YUV | 118.83 | 129.23 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 121 | 0 | 0.34 | 0.21 | 0.4 | 336.92 | 0.2 | 0.5 |
| Hex | 99 | 65 | 79 | 0 | 22 | 15 | 28 | 151 | 14 | 32 |
| Octal | 231 | 145 | 171 | 0 | 42 | 25 | 50 | 521 | 24 | 62 |
| Binary | 10011001 | 1100101 | 1111001 | 0 | 100010 | 10101 | 101000 | 101010001 | 10100 | 110010 |
Color Harmonies of #996579
Complementary color
Monochromatic Colors of #996579
Black with #996579
Text Example
Text Example
White with #996579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996579; }
p { color: rgb(153,101,121); }
H1.HeaderClassName
{
color: #996579;
}
.AnyTagClassName
{
color: #996579;
}
</style>
background-color css
<style>
a { background-color: #996579; }
a { background-color: rgb(153,101,121); }
div.DivClassName
{
background-color: #996579;
}
.BgClassName
{
background-color: #996579;
}
</style>
border-color css
<style>
span { border-color: #996579; }
span { border-color: rgb(153,101,121); }
td.TdClassName
{
border-color: #996579;
}
.TagClassName
{
border-color: #996579;
}
</style>