Shades of Strikemaster #99657C
Tints of Strikemaster #99657C
RGB
CMYK
RGB Variations
Color information
#99657C (or 0x99657C) is known color: Strikemaster. HEX triplet: 99, 65 and 7C. RGB value is (153,101,124). Sum of RGB (Red+Green+Blue) = 153+101+124=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #99657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99657C is #669A83. Grayscale: #777777. Windows color (decimal): -6724228 or 8152473. OLE color: 8152473.
HSL color Cylindrical-coordinate representation of color #99657C: hue angle of 333.46º 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 #99657C is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 101 | 124 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.4 |
| HSL | 333.46º | 0.2% | 0.5% | - |
| HSV(B) | 333.46º | 0.34% | 0.6% | - |
| XYZ | 21.43 | 17.53 | 21.32 | - |
| YUV | 119.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 124 | 0 | 0.34 | 0.19 | 0.4 | 333.46 | 0.2 | 0.5 |
| Hex | 99 | 65 | 7C | 0 | 22 | 13 | 28 | 14D | 14 | 32 |
| Octal | 231 | 145 | 174 | 0 | 42 | 23 | 50 | 515 | 24 | 62 |
| Binary | 10011001 | 1100101 | 1111100 | 0 | 100010 | 10011 | 101000 | 101001101 | 10100 | 110010 |
Color Harmonies of #99657C
Complementary color
Monochromatic Colors of #99657C
Black with #99657C
Text Example
Text Example
White with #99657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99657C; }
p { color: rgb(153,101,124); }
H1.HeaderClassName
{
color: #99657C;
}
.AnyTagClassName
{
color: #99657C;
}
</style>
background-color css
<style>
a { background-color: #99657C; }
a { background-color: rgb(153,101,124); }
div.DivClassName
{
background-color: #99657C;
}
.BgClassName
{
background-color: #99657C;
}
</style>
border-color css
<style>
span { border-color: #99657C; }
span { border-color: rgb(153,101,124); }
td.TdClassName
{
border-color: #99657C;
}
.TagClassName
{
border-color: #99657C;
}
</style>