Shades of Strikemaster #99657F
Tints of Strikemaster #99657F
RGB
CMYK
RGB Variations
Color information
#99657F (or 0x99657F) is known color: Strikemaster. HEX triplet: 99, 65 and 7F. RGB value is (153,101,127). Sum of RGB (Red+Green+Blue) = 153+101+127=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #99657F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99657F is #669A80. Grayscale: #777777. Windows color (decimal): -6724225 or 8349081. OLE color: 8349081.
HSL color Cylindrical-coordinate representation of color #99657F: hue angle of 330º 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 #99657F is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 101 | 127 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.4 |
| HSL | 330º | 0.2% | 0.5% | - |
| HSV(B) | 330º | 0.34% | 0.6% | - |
| XYZ | 21.62 | 17.61 | 22.34 | - |
| YUV | 119.51 | 132.23 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 127 | 0 | 0.34 | 0.17 | 0.4 | 330 | 0.2 | 0.5 |
| Hex | 99 | 65 | 7F | 0 | 22 | 11 | 28 | 14A | 14 | 32 |
| Octal | 231 | 145 | 177 | 0 | 42 | 21 | 50 | 512 | 24 | 62 |
| Binary | 10011001 | 1100101 | 1111111 | 0 | 100010 | 10001 | 101000 | 101001010 | 10100 | 110010 |
Color Harmonies of #99657F
Complementary color
Monochromatic Colors of #99657F
Black with #99657F
Text Example
Text Example
White with #99657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99657F; }
p { color: rgb(153,101,127); }
H1.HeaderClassName
{
color: #99657F;
}
.AnyTagClassName
{
color: #99657F;
}
</style>
background-color css
<style>
a { background-color: #99657F; }
a { background-color: rgb(153,101,127); }
div.DivClassName
{
background-color: #99657F;
}
.BgClassName
{
background-color: #99657F;
}
</style>
border-color css
<style>
span { border-color: #99657F; }
span { border-color: rgb(153,101,127); }
td.TdClassName
{
border-color: #99657F;
}
.TagClassName
{
border-color: #99657F;
}
</style>