Shades of Strikemaster #996A85
Tints of Strikemaster #996A85
RGB
CMYK
RGB Variations
Color information
#996A85 (or 0x996A85) is known color: Strikemaster. HEX triplet: 99, 6A and 85. RGB value is (153,106,133). Sum of RGB (Red+Green+Blue) = 153+106+133=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #996A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996A85 is #66957A. Grayscale: #7B7B7B. Windows color (decimal): -6722939 or 8743577. OLE color: 8743577.
HSL color Cylindrical-coordinate representation of color #996A85: hue angle of 325.53º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #996A85 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 106 | 133 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.4 |
| HSL | 325.53º | 0.19% | 0.51% | - |
| HSV(B) | 325.53º | 0.31% | 0.6% | - |
| XYZ | 22.52 | 18.77 | 24.63 | - |
| YUV | 123.13 | 133.57 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 133 | 0 | 0.31 | 0.13 | 0.4 | 325.53 | 0.19 | 0.51 |
| Hex | 99 | 6A | 85 | 0 | 1F | D | 28 | 146 | 13 | 33 |
| Octal | 231 | 152 | 205 | 0 | 37 | 15 | 50 | 506 | 23 | 63 |
| Binary | 10011001 | 1101010 | 10000101 | 0 | 11111 | 1101 | 101000 | 101000110 | 10011 | 110011 |
Color Harmonies of #996A85
Complementary color
Monochromatic Colors of #996A85
Black with #996A85
Text Example
Text Example
White with #996A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996A85; }
p { color: rgb(153,106,133); }
H1.HeaderClassName
{
color: #996A85;
}
.AnyTagClassName
{
color: #996A85;
}
</style>
background-color css
<style>
a { background-color: #996A85; }
a { background-color: rgb(153,106,133); }
div.DivClassName
{
background-color: #996A85;
}
.BgClassName
{
background-color: #996A85;
}
</style>
border-color css
<style>
span { border-color: #996A85; }
span { border-color: rgb(153,106,133); }
td.TdClassName
{
border-color: #996A85;
}
.TagClassName
{
border-color: #996A85;
}
</style>