Shades of Strikemaster #996E82
Tints of Strikemaster #996E82
RGB
CMYK
RGB Variations
Color information
#996E82 (or 0x996E82) is known color: Strikemaster. HEX triplet: 99, 6E and 82. RGB value is (153,110,130). Sum of RGB (Red+Green+Blue) = 153+110+130=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #996E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996E82 is #66917D. Grayscale: #7D7D7D. Windows color (decimal): -6721918 or 8547993. OLE color: 8547993.
HSL color Cylindrical-coordinate representation of color #996E82: hue angle of 332.09º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #996E82 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 110 | 130 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.4 |
| HSL | 332.09º | 0.17% | 0.52% | - |
| HSV(B) | 332.09º | 0.28% | 0.6% | - |
| XYZ | 22.74 | 19.54 | 23.69 | - |
| YUV | 125.14 | 130.75 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 110 | 130 | 0 | 0.28 | 0.15 | 0.4 | 332.09 | 0.17 | 0.52 |
| Hex | 99 | 6E | 82 | 0 | 1C | F | 28 | 14C | 11 | 34 |
| Octal | 231 | 156 | 202 | 0 | 34 | 17 | 50 | 514 | 21 | 64 |
| Binary | 10011001 | 1101110 | 10000010 | 0 | 11100 | 1111 | 101000 | 101001100 | 10001 | 110100 |
Color Harmonies of #996E82
Complementary color
Monochromatic Colors of #996E82
Black with #996E82
Text Example
Text Example
White with #996E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996E82; }
p { color: rgb(153,110,130); }
H1.HeaderClassName
{
color: #996E82;
}
.AnyTagClassName
{
color: #996E82;
}
</style>
background-color css
<style>
a { background-color: #996E82; }
a { background-color: rgb(153,110,130); }
div.DivClassName
{
background-color: #996E82;
}
.BgClassName
{
background-color: #996E82;
}
</style>
border-color css
<style>
span { border-color: #996E82; }
span { border-color: rgb(153,110,130); }
td.TdClassName
{
border-color: #996E82;
}
.TagClassName
{
border-color: #996E82;
}
</style>