Shades of Strikemaster #996D81
Tints of Strikemaster #996D81
RGB
CMYK
RGB Variations
Color information
#996D81 (or 0x996D81) is known color: Strikemaster. HEX triplet: 99, 6D and 81. RGB value is (153,109,129). Sum of RGB (Red+Green+Blue) = 153+109+129=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #996D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996D81 is #66927E. Grayscale: #7C7C7C. Windows color (decimal): -6722175 or 8482201. OLE color: 8482201.
HSL color Cylindrical-coordinate representation of color #996D81: hue angle of 332.73º 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 #996D81 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 109 | 129 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.4 |
| HSL | 332.73º | 0.18% | 0.51% | - |
| HSV(B) | 332.73º | 0.29% | 0.6% | - |
| XYZ | 22.57 | 19.29 | 23.3 | - |
| YUV | 124.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 129 | 0 | 0.29 | 0.16 | 0.4 | 332.73 | 0.18 | 0.51 |
| Hex | 99 | 6D | 81 | 0 | 1D | 10 | 28 | 14D | 12 | 33 |
| Octal | 231 | 155 | 201 | 0 | 35 | 20 | 50 | 515 | 22 | 63 |
| Binary | 10011001 | 1101101 | 10000001 | 0 | 11101 | 10000 | 101000 | 101001101 | 10010 | 110011 |
Color Harmonies of #996D81
Complementary color
Monochromatic Colors of #996D81
Black with #996D81
Text Example
Text Example
White with #996D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996D81; }
p { color: rgb(153,109,129); }
H1.HeaderClassName
{
color: #996D81;
}
.AnyTagClassName
{
color: #996D81;
}
</style>
background-color css
<style>
a { background-color: #996D81; }
a { background-color: rgb(153,109,129); }
div.DivClassName
{
background-color: #996D81;
}
.BgClassName
{
background-color: #996D81;
}
</style>
border-color css
<style>
span { border-color: #996D81; }
span { border-color: rgb(153,109,129); }
td.TdClassName
{
border-color: #996D81;
}
.TagClassName
{
border-color: #996D81;
}
</style>