Shades of Strikemaster #99687B
Tints of Strikemaster #99687B
RGB
CMYK
RGB Variations
Color information
#99687B (or 0x99687B) is known color: Strikemaster. HEX triplet: 99, 68 and 7B. RGB value is (153,104,123). Sum of RGB (Red+Green+Blue) = 153+104+123=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #99687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99687B is #669784. Grayscale: #787878. Windows color (decimal): -6723461 or 8087705. OLE color: 8087705.
HSL color Cylindrical-coordinate representation of color #99687B: hue angle of 336.73º 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 #99687B is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 123 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.4 |
| HSL | 336.73º | 0.19% | 0.5% | - |
| HSV(B) | 336.73º | 0.32% | 0.6% | - |
| XYZ | 21.66 | 18.1 | 21.09 | - |
| YUV | 120.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 123 | 0 | 0.32 | 0.20 | 0.4 | 336.73 | 0.19 | 0.5 |
| Hex | 99 | 68 | 7B | 0 | 20 | 14 | 28 | 151 | 13 | 32 |
| Octal | 231 | 150 | 173 | 0 | 40 | 24 | 50 | 521 | 23 | 62 |
| Binary | 10011001 | 1101000 | 1111011 | 0 | 100000 | 10100 | 101000 | 101010001 | 10011 | 110010 |
Color Harmonies of #99687B
Complementary color
Monochromatic Colors of #99687B
Black with #99687B
Text Example
Text Example
White with #99687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99687B; }
p { color: rgb(153,104,123); }
H1.HeaderClassName
{
color: #99687B;
}
.AnyTagClassName
{
color: #99687B;
}
</style>
background-color css
<style>
a { background-color: #99687B; }
a { background-color: rgb(153,104,123); }
div.DivClassName
{
background-color: #99687B;
}
.BgClassName
{
background-color: #99687B;
}
</style>
border-color css
<style>
span { border-color: #99687B; }
span { border-color: rgb(153,104,123); }
td.TdClassName
{
border-color: #99687B;
}
.TagClassName
{
border-color: #99687B;
}
</style>