Shades of Strikemaster #99637F
Tints of Strikemaster #99637F
RGB
CMYK
RGB Variations
Color information
#99637F (or 0x99637F) is known color: Strikemaster. HEX triplet: 99, 63 and 7F. RGB value is (153,99,127). Sum of RGB (Red+Green+Blue) = 153+99+127=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #99637F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99637F is #669C80. Grayscale: #767676. Windows color (decimal): -6724737 or 8348569. OLE color: 8348569.
HSL color Cylindrical-coordinate representation of color #99637F: hue angle of 328.89º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99637F is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 99 | 127 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.4 |
| HSL | 328.89º | 0.21% | 0.49% | - |
| HSV(B) | 328.89º | 0.35% | 0.6% | - |
| XYZ | 21.43 | 17.23 | 22.27 | - |
| YUV | 118.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 127 | 0 | 0.35 | 0.17 | 0.4 | 328.89 | 0.21 | 0.49 |
| Hex | 99 | 63 | 7F | 0 | 23 | 11 | 28 | 149 | 15 | 31 |
| Octal | 231 | 143 | 177 | 0 | 43 | 21 | 50 | 511 | 25 | 61 |
| Binary | 10011001 | 1100011 | 1111111 | 0 | 100011 | 10001 | 101000 | 101001001 | 10101 | 110001 |
Color Harmonies of #99637F
Complementary color
Monochromatic Colors of #99637F
Black with #99637F
Text Example
Text Example
White with #99637F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99637F; }
p { color: rgb(153,99,127); }
H1.HeaderClassName
{
color: #99637F;
}
.AnyTagClassName
{
color: #99637F;
}
</style>
background-color css
<style>
a { background-color: #99637F; }
a { background-color: rgb(153,99,127); }
div.DivClassName
{
background-color: #99637F;
}
.BgClassName
{
background-color: #99637F;
}
</style>
border-color css
<style>
span { border-color: #99637F; }
span { border-color: rgb(153,99,127); }
td.TdClassName
{
border-color: #99637F;
}
.TagClassName
{
border-color: #99637F;
}
</style>