Shades of Strikemaster #996B85
Tints of Strikemaster #996B85
RGB
CMYK
RGB Variations
Color information
#996B85 (or 0x996B85) is known color: Strikemaster. HEX triplet: 99, 6B and 85. RGB value is (153,107,133). Sum of RGB (Red+Green+Blue) = 153+107+133=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #996B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996B85 is #66947A. Grayscale: #7B7B7B. Windows color (decimal): -6722683 or 8743833. OLE color: 8743833.
HSL color Cylindrical-coordinate representation of color #996B85: hue angle of 326.09º 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 #996B85 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 107 | 133 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.4 |
| HSL | 326.09º | 0.18% | 0.51% | - |
| HSV(B) | 326.09º | 0.3% | 0.6% | - |
| XYZ | 22.63 | 18.98 | 24.66 | - |
| YUV | 123.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 133 | 0 | 0.30 | 0.13 | 0.4 | 326.09 | 0.18 | 0.51 |
| Hex | 99 | 6B | 85 | 0 | 1E | D | 28 | 146 | 12 | 33 |
| Octal | 231 | 153 | 205 | 0 | 36 | 15 | 50 | 506 | 22 | 63 |
| Binary | 10011001 | 1101011 | 10000101 | 0 | 11110 | 1101 | 101000 | 101000110 | 10010 | 110011 |
Color Harmonies of #996B85
Complementary color
Monochromatic Colors of #996B85
Black with #996B85
Text Example
Text Example
White with #996B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996B85; }
p { color: rgb(153,107,133); }
H1.HeaderClassName
{
color: #996B85;
}
.AnyTagClassName
{
color: #996B85;
}
</style>
background-color css
<style>
a { background-color: #996B85; }
a { background-color: rgb(153,107,133); }
div.DivClassName
{
background-color: #996B85;
}
.BgClassName
{
background-color: #996B85;
}
</style>
border-color css
<style>
span { border-color: #996B85; }
span { border-color: rgb(153,107,133); }
td.TdClassName
{
border-color: #996B85;
}
.TagClassName
{
border-color: #996B85;
}
</style>