Shades of Strikemaster #99687F
Tints of Strikemaster #99687F
RGB
CMYK
RGB Variations
Color information
#99687F (or 0x99687F) is known color: Strikemaster. HEX triplet: 99, 68 and 7F. RGB value is (153,104,127). Sum of RGB (Red+Green+Blue) = 153+104+127=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #99687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99687F is #669780. Grayscale: #797979. Windows color (decimal): -6723457 or 8349849. OLE color: 8349849.
HSL color Cylindrical-coordinate representation of color #99687F: hue angle of 331.84º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99687F is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 127 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.4 |
| HSL | 331.84º | 0.19% | 0.5% | - |
| HSV(B) | 331.84º | 0.32% | 0.6% | - |
| XYZ | 21.92 | 18.21 | 22.44 | - |
| YUV | 121.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 127 | 0 | 0.32 | 0.17 | 0.4 | 331.84 | 0.19 | 0.5 |
| Hex | 99 | 68 | 7F | 0 | 20 | 11 | 28 | 14C | 13 | 32 |
| Octal | 231 | 150 | 177 | 0 | 40 | 21 | 50 | 514 | 23 | 62 |
| Binary | 10011001 | 1101000 | 1111111 | 0 | 100000 | 10001 | 101000 | 101001100 | 10011 | 110010 |
Color Harmonies of #99687F
Complementary color
Monochromatic Colors of #99687F
Black with #99687F
Text Example
Text Example
White with #99687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99687F; }
p { color: rgb(153,104,127); }
H1.HeaderClassName
{
color: #99687F;
}
.AnyTagClassName
{
color: #99687F;
}
</style>
background-color css
<style>
a { background-color: #99687F; }
a { background-color: rgb(153,104,127); }
div.DivClassName
{
background-color: #99687F;
}
.BgClassName
{
background-color: #99687F;
}
</style>
border-color css
<style>
span { border-color: #99687F; }
span { border-color: rgb(153,104,127); }
td.TdClassName
{
border-color: #99687F;
}
.TagClassName
{
border-color: #99687F;
}
</style>