Shades of Strikemaster #996479
Tints of Strikemaster #996479
RGB
CMYK
RGB Variations
Color information
#996479 (or 0x996479) is known color: Strikemaster. HEX triplet: 99, 64 and 79. RGB value is (153,100,121). Sum of RGB (Red+Green+Blue) = 153+100+121=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #996479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996479 is #669B86. Grayscale: #767676. Windows color (decimal): -6724487 or 7955609. OLE color: 7955609.
HSL color Cylindrical-coordinate representation of color #996479: hue angle of 336.23º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #996479 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 121 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.4 |
| HSL | 336.23º | 0.21% | 0.5% | - |
| HSV(B) | 336.23º | 0.35% | 0.6% | - |
| XYZ | 21.15 | 17.27 | 20.31 | - |
| YUV | 118.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 121 | 0 | 0.35 | 0.21 | 0.4 | 336.23 | 0.21 | 0.5 |
| Hex | 99 | 64 | 79 | 0 | 23 | 15 | 28 | 150 | 15 | 32 |
| Octal | 231 | 144 | 171 | 0 | 43 | 25 | 50 | 520 | 25 | 62 |
| Binary | 10011001 | 1100100 | 1111001 | 0 | 100011 | 10101 | 101000 | 101010000 | 10101 | 110010 |
Color Harmonies of #996479
Complementary color
Monochromatic Colors of #996479
Black with #996479
Text Example
Text Example
White with #996479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996479; }
p { color: rgb(153,100,121); }
H1.HeaderClassName
{
color: #996479;
}
.AnyTagClassName
{
color: #996479;
}
</style>
background-color css
<style>
a { background-color: #996479; }
a { background-color: rgb(153,100,121); }
div.DivClassName
{
background-color: #996479;
}
.BgClassName
{
background-color: #996479;
}
</style>
border-color css
<style>
span { border-color: #996479; }
span { border-color: rgb(153,100,121); }
td.TdClassName
{
border-color: #996479;
}
.TagClassName
{
border-color: #996479;
}
</style>