Shades of Strikemaster #916D84
Tints of Strikemaster #916D84
RGB
CMYK
RGB Variations
Color information
#916D84 (or 0x916D84) is known color: Strikemaster. HEX triplet: 91, 6D and 84. RGB value is (145,109,132). Sum of RGB (Red+Green+Blue) = 145+109+132=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 145 - color contains mainly: red. Hex color #916D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916D84 is #6E927B. Grayscale: #7A7A7A. Windows color (decimal): -7246460 or 8678801. OLE color: 8678801.
HSL color Cylindrical-coordinate representation of color #916D84: hue angle of 321.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #916D84 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 109 | 132 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.43 |
| HSL | 321.67º | 0.14% | 0.5% | - |
| HSV(B) | 321.67º | 0.25% | 0.57% | - |
| XYZ | 21.31 | 18.62 | 24.3 | - |
| YUV | 122.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 109 | 132 | 0 | 0.25 | 0.09 | 0.43 | 321.67 | 0.14 | 0.5 |
| Hex | 91 | 6D | 84 | 0 | 19 | 9 | 2B | 142 | E | 32 |
| Octal | 221 | 155 | 204 | 0 | 31 | 11 | 53 | 502 | 16 | 62 |
| Binary | 10010001 | 1101101 | 10000100 | 0 | 11001 | 1001 | 101011 | 101000010 | 1110 | 110010 |
Color Harmonies of #916D84
Complementary color
Monochromatic Colors of #916D84
Black with #916D84
Text Example
Text Example
White with #916D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916D84; }
p { color: rgb(145,109,132); }
H1.HeaderClassName
{
color: #916D84;
}
.AnyTagClassName
{
color: #916D84;
}
</style>
background-color css
<style>
a { background-color: #916D84; }
a { background-color: rgb(145,109,132); }
div.DivClassName
{
background-color: #916D84;
}
.BgClassName
{
background-color: #916D84;
}
</style>
border-color css
<style>
span { border-color: #916D84; }
span { border-color: rgb(145,109,132); }
td.TdClassName
{
border-color: #916D84;
}
.TagClassName
{
border-color: #916D84;
}
</style>