Shades of Strikemaster #996D80
Tints of Strikemaster #996D80
RGB
CMYK
RGB Variations
Color information
#996D80 (or 0x996D80) is known color: Strikemaster. HEX triplet: 99, 6D and 80. RGB value is (153,109,128). Sum of RGB (Red+Green+Blue) = 153+109+128=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #996D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996D80 is #66927F. Grayscale: #7C7C7C. Windows color (decimal): -6722176 or 8416665. OLE color: 8416665.
HSL color Cylindrical-coordinate representation of color #996D80: hue angle of 334.09º 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 #996D80 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 109 | 128 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.4 |
| HSL | 334.09º | 0.18% | 0.51% | - |
| HSV(B) | 334.09º | 0.29% | 0.6% | - |
| XYZ | 22.5 | 19.27 | 22.96 | - |
| YUV | 124.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 128 | 0 | 0.29 | 0.16 | 0.4 | 334.09 | 0.18 | 0.51 |
| Hex | 99 | 6D | 80 | 0 | 1D | 10 | 28 | 14E | 12 | 33 |
| Octal | 231 | 155 | 200 | 0 | 35 | 20 | 50 | 516 | 22 | 63 |
| Binary | 10011001 | 1101101 | 10000000 | 0 | 11101 | 10000 | 101000 | 101001110 | 10010 | 110011 |
Color Harmonies of #996D80
Complementary color
Monochromatic Colors of #996D80
Black with #996D80
Text Example
Text Example
White with #996D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996D80; }
p { color: rgb(153,109,128); }
H1.HeaderClassName
{
color: #996D80;
}
.AnyTagClassName
{
color: #996D80;
}
</style>
background-color css
<style>
a { background-color: #996D80; }
a { background-color: rgb(153,109,128); }
div.DivClassName
{
background-color: #996D80;
}
.BgClassName
{
background-color: #996D80;
}
</style>
border-color css
<style>
span { border-color: #996D80; }
span { border-color: rgb(153,109,128); }
td.TdClassName
{
border-color: #996D80;
}
.TagClassName
{
border-color: #996D80;
}
</style>