Shades of Strikemaster #996D89
Tints of Strikemaster #996D89
RGB
CMYK
RGB Variations
Color information
#996D89 (or 0x996D89) is known color: Strikemaster. HEX triplet: 99, 6D and 89. RGB value is (153,109,137). Sum of RGB (Red+Green+Blue) = 153+109+137=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #996D89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996D89 is #669276. Grayscale: #7D7D7D. Windows color (decimal): -6722167 or 9006489. OLE color: 9006489.
HSL color Cylindrical-coordinate representation of color #996D89: hue angle of 321.82º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #996D89 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 109 | 137 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.4 |
| HSL | 321.82º | 0.18% | 0.51% | - |
| HSV(B) | 321.82º | 0.29% | 0.6% | - |
| XYZ | 23.12 | 19.52 | 26.22 | - |
| YUV | 125.35 | 134.58 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 137 | 0 | 0.29 | 0.10 | 0.4 | 321.82 | 0.18 | 0.51 |
| Hex | 99 | 6D | 89 | 0 | 1D | A | 28 | 142 | 12 | 33 |
| Octal | 231 | 155 | 211 | 0 | 35 | 12 | 50 | 502 | 22 | 63 |
| Binary | 10011001 | 1101101 | 10001001 | 0 | 11101 | 1010 | 101000 | 101000010 | 10010 | 110011 |
Color Harmonies of #996D89
Complementary color
Monochromatic Colors of #996D89
Black with #996D89
Text Example
Text Example
White with #996D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996D89; }
p { color: rgb(153,109,137); }
H1.HeaderClassName
{
color: #996D89;
}
.AnyTagClassName
{
color: #996D89;
}
</style>
background-color css
<style>
a { background-color: #996D89; }
a { background-color: rgb(153,109,137); }
div.DivClassName
{
background-color: #996D89;
}
.BgClassName
{
background-color: #996D89;
}
</style>
border-color css
<style>
span { border-color: #996D89; }
span { border-color: rgb(153,109,137); }
td.TdClassName
{
border-color: #996D89;
}
.TagClassName
{
border-color: #996D89;
}
</style>