Shades of Strikemaster #916F86
Tints of Strikemaster #916F86
RGB
CMYK
RGB Variations
Color information
#916F86 (or 0x916F86) is known color: Strikemaster. HEX triplet: 91, 6F and 86. RGB value is (145,111,134). Sum of RGB (Red+Green+Blue) = 145+111+134=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 145 - color contains mainly: red. Hex color #916F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916F86 is #6E9079. Grayscale: #7B7B7B. Windows color (decimal): -7245946 or 8810385. OLE color: 8810385.
HSL color Cylindrical-coordinate representation of color #916F86: hue angle of 319.41º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #916F86 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 111 | 134 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.43 |
| HSL | 319.41º | 0.13% | 0.5% | - |
| HSV(B) | 319.41º | 0.23% | 0.57% | - |
| XYZ | 21.66 | 19.11 | 25.1 | - |
| YUV | 123.79 | 133.76 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 111 | 134 | 0 | 0.23 | 0.08 | 0.43 | 319.41 | 0.13 | 0.5 |
| Hex | 91 | 6F | 86 | 0 | 17 | 8 | 2B | 13F | D | 32 |
| Octal | 221 | 157 | 206 | 0 | 27 | 10 | 53 | 477 | 15 | 62 |
| Binary | 10010001 | 1101111 | 10000110 | 0 | 10111 | 1000 | 101011 | 100111111 | 1101 | 110010 |
Color Harmonies of #916F86
Complementary color
Monochromatic Colors of #916F86
Black with #916F86
Text Example
Text Example
White with #916F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916F86; }
p { color: rgb(145,111,134); }
H1.HeaderClassName
{
color: #916F86;
}
.AnyTagClassName
{
color: #916F86;
}
</style>
background-color css
<style>
a { background-color: #916F86; }
a { background-color: rgb(145,111,134); }
div.DivClassName
{
background-color: #916F86;
}
.BgClassName
{
background-color: #916F86;
}
</style>
border-color css
<style>
span { border-color: #916F86; }
span { border-color: rgb(145,111,134); }
td.TdClassName
{
border-color: #916F86;
}
.TagClassName
{
border-color: #916F86;
}
</style>