Shades of Strikemaster #996D83
Tints of Strikemaster #996D83
RGB
CMYK
RGB Variations
Color information
#996D83 (or 0x996D83) is known color: Strikemaster. HEX triplet: 99, 6D and 83. RGB value is (153,109,131). Sum of RGB (Red+Green+Blue) = 153+109+131=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #996D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996D83 is #66927C. Grayscale: #7C7C7C. Windows color (decimal): -6722173 or 8613273. OLE color: 8613273.
HSL color Cylindrical-coordinate representation of color #996D83: hue angle of 330º 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 #996D83 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 109 | 131 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.4 |
| HSL | 330º | 0.18% | 0.51% | - |
| HSV(B) | 330º | 0.29% | 0.6% | - |
| XYZ | 22.7 | 19.35 | 24.01 | - |
| YUV | 124.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 131 | 0 | 0.29 | 0.14 | 0.4 | 330 | 0.18 | 0.51 |
| Hex | 99 | 6D | 83 | 0 | 1D | E | 28 | 14A | 12 | 33 |
| Octal | 231 | 155 | 203 | 0 | 35 | 16 | 50 | 512 | 22 | 63 |
| Binary | 10011001 | 1101101 | 10000011 | 0 | 11101 | 1110 | 101000 | 101001010 | 10010 | 110011 |
Color Harmonies of #996D83
Complementary color
Monochromatic Colors of #996D83
Black with #996D83
Text Example
Text Example
White with #996D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996D83; }
p { color: rgb(153,109,131); }
H1.HeaderClassName
{
color: #996D83;
}
.AnyTagClassName
{
color: #996D83;
}
</style>
background-color css
<style>
a { background-color: #996D83; }
a { background-color: rgb(153,109,131); }
div.DivClassName
{
background-color: #996D83;
}
.BgClassName
{
background-color: #996D83;
}
</style>
border-color css
<style>
span { border-color: #996D83; }
span { border-color: rgb(153,109,131); }
td.TdClassName
{
border-color: #996D83;
}
.TagClassName
{
border-color: #996D83;
}
</style>