Shades of Strikemaster #916E80
Tints of Strikemaster #916E80
RGB
CMYK
RGB Variations
Color information
#916E80 (or 0x916E80) is known color: Strikemaster. HEX triplet: 91, 6E and 80. RGB value is (145,110,128). Sum of RGB (Red+Green+Blue) = 145+110+128=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 145 - color contains mainly: red. Hex color #916E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916E80 is #6E917F. Grayscale: #7A7A7A. Windows color (decimal): -7246208 or 8416913. OLE color: 8416913.
HSL color Cylindrical-coordinate representation of color #916E80: hue angle of 329.14º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #916E80 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 110 | 128 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.43 |
| HSL | 329.14º | 0.14% | 0.5% | - |
| HSV(B) | 329.14º | 0.24% | 0.57% | - |
| XYZ | 21.15 | 18.73 | 22.92 | - |
| YUV | 122.52 | 131.1 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 128 | 0 | 0.24 | 0.12 | 0.43 | 329.14 | 0.14 | 0.5 |
| Hex | 91 | 6E | 80 | 0 | 18 | C | 2B | 149 | E | 32 |
| Octal | 221 | 156 | 200 | 0 | 30 | 14 | 53 | 511 | 16 | 62 |
| Binary | 10010001 | 1101110 | 10000000 | 0 | 11000 | 1100 | 101011 | 101001001 | 1110 | 110010 |
Color Harmonies of #916E80
Complementary color
Monochromatic Colors of #916E80
Black with #916E80
Text Example
Text Example
White with #916E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916E80; }
p { color: rgb(145,110,128); }
H1.HeaderClassName
{
color: #916E80;
}
.AnyTagClassName
{
color: #916E80;
}
</style>
background-color css
<style>
a { background-color: #916E80; }
a { background-color: rgb(145,110,128); }
div.DivClassName
{
background-color: #916E80;
}
.BgClassName
{
background-color: #916E80;
}
</style>
border-color css
<style>
span { border-color: #916E80; }
span { border-color: rgb(145,110,128); }
td.TdClassName
{
border-color: #916E80;
}
.TagClassName
{
border-color: #916E80;
}
</style>