Shades of Strikemaster #996B80
Tints of Strikemaster #996B80
RGB
CMYK
RGB Variations
Color information
#996B80 (or 0x996B80) is known color: Strikemaster. HEX triplet: 99, 6B and 80. RGB value is (153,107,128). Sum of RGB (Red+Green+Blue) = 153+107+128=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #996B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996B80 is #66947F. Grayscale: #7B7B7B. Windows color (decimal): -6722688 or 8416153. OLE color: 8416153.
HSL color Cylindrical-coordinate representation of color #996B80: hue angle of 332.61º 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 #996B80 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 107 | 128 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.4 |
| HSL | 332.61º | 0.18% | 0.51% | - |
| HSV(B) | 332.61º | 0.3% | 0.6% | - |
| XYZ | 22.29 | 18.85 | 22.88 | - |
| YUV | 123.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 128 | 0 | 0.30 | 0.16 | 0.4 | 332.61 | 0.18 | 0.51 |
| Hex | 99 | 6B | 80 | 0 | 1E | 10 | 28 | 14D | 12 | 33 |
| Octal | 231 | 153 | 200 | 0 | 36 | 20 | 50 | 515 | 22 | 63 |
| Binary | 10011001 | 1101011 | 10000000 | 0 | 11110 | 10000 | 101000 | 101001101 | 10010 | 110011 |
Color Harmonies of #996B80
Complementary color
Monochromatic Colors of #996B80
Black with #996B80
Text Example
Text Example
White with #996B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996B80; }
p { color: rgb(153,107,128); }
H1.HeaderClassName
{
color: #996B80;
}
.AnyTagClassName
{
color: #996B80;
}
</style>
background-color css
<style>
a { background-color: #996B80; }
a { background-color: rgb(153,107,128); }
div.DivClassName
{
background-color: #996B80;
}
.BgClassName
{
background-color: #996B80;
}
</style>
border-color css
<style>
span { border-color: #996B80; }
span { border-color: rgb(153,107,128); }
td.TdClassName
{
border-color: #996B80;
}
.TagClassName
{
border-color: #996B80;
}
</style>