Shades of Strikemaster #99647F
Tints of Strikemaster #99647F
RGB
CMYK
RGB Variations
Color information
#99647F (or 0x99647F) is known color: Strikemaster. HEX triplet: 99, 64 and 7F. RGB value is (153,100,127). Sum of RGB (Red+Green+Blue) = 153+100+127=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #99647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99647F is #669B80. Grayscale: #767676. Windows color (decimal): -6724481 or 8348825. OLE color: 8348825.
HSL color Cylindrical-coordinate representation of color #99647F: hue angle of 329.43º 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 #99647F is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 127 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.4 |
| HSL | 329.43º | 0.21% | 0.5% | - |
| HSV(B) | 329.43º | 0.35% | 0.6% | - |
| XYZ | 21.52 | 17.42 | 22.31 | - |
| YUV | 118.93 | 132.56 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 127 | 0 | 0.35 | 0.17 | 0.4 | 329.43 | 0.21 | 0.5 |
| Hex | 99 | 64 | 7F | 0 | 23 | 11 | 28 | 149 | 15 | 32 |
| Octal | 231 | 144 | 177 | 0 | 43 | 21 | 50 | 511 | 25 | 62 |
| Binary | 10011001 | 1100100 | 1111111 | 0 | 100011 | 10001 | 101000 | 101001001 | 10101 | 110010 |
Color Harmonies of #99647F
Complementary color
Monochromatic Colors of #99647F
Black with #99647F
Text Example
Text Example
White with #99647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99647F; }
p { color: rgb(153,100,127); }
H1.HeaderClassName
{
color: #99647F;
}
.AnyTagClassName
{
color: #99647F;
}
</style>
background-color css
<style>
a { background-color: #99647F; }
a { background-color: rgb(153,100,127); }
div.DivClassName
{
background-color: #99647F;
}
.BgClassName
{
background-color: #99647F;
}
</style>
border-color css
<style>
span { border-color: #99647F; }
span { border-color: rgb(153,100,127); }
td.TdClassName
{
border-color: #99647F;
}
.TagClassName
{
border-color: #99647F;
}
</style>