Shades of Strikemaster #996B7C
Tints of Strikemaster #996B7C
RGB
CMYK
RGB Variations
Color information
#996B7C (or 0x996B7C) is known color: Strikemaster. HEX triplet: 99, 6B and 7C. RGB value is (153,107,124). Sum of RGB (Red+Green+Blue) = 153+107+124=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #996B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B7C is #669483. Grayscale: #7A7A7A. Windows color (decimal): -6722692 or 8154009. OLE color: 8154009.
HSL color Cylindrical-coordinate representation of color #996B7C: hue angle of 337.83º 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 #996B7C is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 107 | 124 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.4 |
| HSL | 337.83º | 0.18% | 0.51% | - |
| HSV(B) | 337.83º | 0.3% | 0.6% | - |
| XYZ | 22.03 | 18.74 | 21.53 | - |
| YUV | 122.69 | 128.74 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 124 | 0 | 0.30 | 0.19 | 0.4 | 337.83 | 0.18 | 0.51 |
| Hex | 99 | 6B | 7C | 0 | 1E | 13 | 28 | 152 | 12 | 33 |
| Octal | 231 | 153 | 174 | 0 | 36 | 23 | 50 | 522 | 22 | 63 |
| Binary | 10011001 | 1101011 | 1111100 | 0 | 11110 | 10011 | 101000 | 101010010 | 10010 | 110011 |
Color Harmonies of #996B7C
Complementary color
Monochromatic Colors of #996B7C
Black with #996B7C
Text Example
Text Example
White with #996B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996B7C; }
p { color: rgb(153,107,124); }
H1.HeaderClassName
{
color: #996B7C;
}
.AnyTagClassName
{
color: #996B7C;
}
</style>
background-color css
<style>
a { background-color: #996B7C; }
a { background-color: rgb(153,107,124); }
div.DivClassName
{
background-color: #996B7C;
}
.BgClassName
{
background-color: #996B7C;
}
</style>
border-color css
<style>
span { border-color: #996B7C; }
span { border-color: rgb(153,107,124); }
td.TdClassName
{
border-color: #996B7C;
}
.TagClassName
{
border-color: #996B7C;
}
</style>