Shades of Strikemaster #916B80
Tints of Strikemaster #916B80
RGB
CMYK
RGB Variations
Color information
#916B80 (or 0x916B80) is known color: Strikemaster. HEX triplet: 91, 6B and 80. RGB value is (145,107,128). Sum of RGB (Red+Green+Blue) = 145+107+128=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 145 - color contains mainly: red. Hex color #916B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916B80 is #6E947F. Grayscale: #787878. Windows color (decimal): -7246976 or 8416145. OLE color: 8416145.
HSL color Cylindrical-coordinate representation of color #916B80: hue angle of 326.84º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #916B80 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 107 | 128 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.43 |
| HSL | 326.84º | 0.15% | 0.49% | - |
| HSV(B) | 326.84º | 0.26% | 0.57% | - |
| XYZ | 20.83 | 18.09 | 22.82 | - |
| YUV | 120.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 107 | 128 | 0 | 0.26 | 0.12 | 0.43 | 326.84 | 0.15 | 0.49 |
| Hex | 91 | 6B | 80 | 0 | 1A | C | 2B | 147 | F | 31 |
| Octal | 221 | 153 | 200 | 0 | 32 | 14 | 53 | 507 | 17 | 61 |
| Binary | 10010001 | 1101011 | 10000000 | 0 | 11010 | 1100 | 101011 | 101000111 | 1111 | 110001 |
Color Harmonies of #916B80
Complementary color
Monochromatic Colors of #916B80
Black with #916B80
Text Example
Text Example
White with #916B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916B80; }
p { color: rgb(145,107,128); }
H1.HeaderClassName
{
color: #916B80;
}
.AnyTagClassName
{
color: #916B80;
}
</style>
background-color css
<style>
a { background-color: #916B80; }
a { background-color: rgb(145,107,128); }
div.DivClassName
{
background-color: #916B80;
}
.BgClassName
{
background-color: #916B80;
}
</style>
border-color css
<style>
span { border-color: #916B80; }
span { border-color: rgb(145,107,128); }
td.TdClassName
{
border-color: #916B80;
}
.TagClassName
{
border-color: #916B80;
}
</style>