Shades of Strikemaster #996B86
Tints of Strikemaster #996B86
RGB
CMYK
RGB Variations
Color information
#996B86 (or 0x996B86) is known color: Strikemaster. HEX triplet: 99, 6B and 86. RGB value is (153,107,134). Sum of RGB (Red+Green+Blue) = 153+107+134=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #996B86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996B86 is #669479. Grayscale: #7B7B7B. Windows color (decimal): -6722682 or 8809369. OLE color: 8809369.
HSL color Cylindrical-coordinate representation of color #996B86: hue angle of 324.78º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #996B86 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 107 | 134 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.4 |
| HSL | 324.78º | 0.18% | 0.51% | - |
| HSV(B) | 324.78º | 0.3% | 0.6% | - |
| XYZ | 22.7 | 19.01 | 25.03 | - |
| YUV | 123.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 134 | 0 | 0.30 | 0.12 | 0.4 | 324.78 | 0.18 | 0.51 |
| Hex | 99 | 6B | 86 | 0 | 1E | C | 28 | 145 | 12 | 33 |
| Octal | 231 | 153 | 206 | 0 | 36 | 14 | 50 | 505 | 22 | 63 |
| Binary | 10011001 | 1101011 | 10000110 | 0 | 11110 | 1100 | 101000 | 101000101 | 10010 | 110011 |
Color Harmonies of #996B86
Complementary color
Monochromatic Colors of #996B86
Black with #996B86
Text Example
Text Example
White with #996B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996B86; }
p { color: rgb(153,107,134); }
H1.HeaderClassName
{
color: #996B86;
}
.AnyTagClassName
{
color: #996B86;
}
</style>
background-color css
<style>
a { background-color: #996B86; }
a { background-color: rgb(153,107,134); }
div.DivClassName
{
background-color: #996B86;
}
.BgClassName
{
background-color: #996B86;
}
</style>
border-color css
<style>
span { border-color: #996B86; }
span { border-color: rgb(153,107,134); }
td.TdClassName
{
border-color: #996B86;
}
.TagClassName
{
border-color: #996B86;
}
</style>