Shades of Strikemaster #99647C
Tints of Strikemaster #99647C
RGB
CMYK
RGB Variations
Color information
#99647C (or 0x99647C) is known color: Strikemaster. HEX triplet: 99, 64 and 7C. RGB value is (153,100,124). Sum of RGB (Red+Green+Blue) = 153+100+124=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #99647C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99647C is #669B83. Grayscale: #767676. Windows color (decimal): -6724484 or 8152217. OLE color: 8152217.
HSL color Cylindrical-coordinate representation of color #99647C: hue angle of 332.83º 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 #99647C is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 124 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.4 |
| HSL | 332.83º | 0.21% | 0.5% | - |
| HSV(B) | 332.83º | 0.35% | 0.6% | - |
| XYZ | 21.33 | 17.34 | 21.29 | - |
| YUV | 118.58 | 131.06 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 124 | 0 | 0.35 | 0.19 | 0.4 | 332.83 | 0.21 | 0.5 |
| Hex | 99 | 64 | 7C | 0 | 23 | 13 | 28 | 14D | 15 | 32 |
| Octal | 231 | 144 | 174 | 0 | 43 | 23 | 50 | 515 | 25 | 62 |
| Binary | 10011001 | 1100100 | 1111100 | 0 | 100011 | 10011 | 101000 | 101001101 | 10101 | 110010 |
Color Harmonies of #99647C
Complementary color
Monochromatic Colors of #99647C
Black with #99647C
Text Example
Text Example
White with #99647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99647C; }
p { color: rgb(153,100,124); }
H1.HeaderClassName
{
color: #99647C;
}
.AnyTagClassName
{
color: #99647C;
}
</style>
background-color css
<style>
a { background-color: #99647C; }
a { background-color: rgb(153,100,124); }
div.DivClassName
{
background-color: #99647C;
}
.BgClassName
{
background-color: #99647C;
}
</style>
border-color css
<style>
span { border-color: #99647C; }
span { border-color: rgb(153,100,124); }
td.TdClassName
{
border-color: #99647C;
}
.TagClassName
{
border-color: #99647C;
}
</style>