Shades of Strikemaster #91687A
Tints of Strikemaster #91687A
RGB
CMYK
RGB Variations
Color information
#91687A (or 0x91687A) is known color: Strikemaster. HEX triplet: 91, 68 and 7A. RGB value is (145,104,122). Sum of RGB (Red+Green+Blue) = 145+104+122=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 145 - color contains mainly: red. Hex color #91687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91687A is #6E9785. Grayscale: #767676. Windows color (decimal): -7247750 or 8022161. OLE color: 8022161.
HSL color Cylindrical-coordinate representation of color #91687A: hue angle of 333.66º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91687A is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 104 | 122 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.43 |
| HSL | 333.66º | 0.16% | 0.49% | - |
| HSV(B) | 333.66º | 0.28% | 0.57% | - |
| XYZ | 20.14 | 17.33 | 20.7 | - |
| YUV | 118.31 | 130.08 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 104 | 122 | 0 | 0.28 | 0.16 | 0.43 | 333.66 | 0.16 | 0.49 |
| Hex | 91 | 68 | 7A | 0 | 1C | 10 | 2B | 14E | 10 | 31 |
| Octal | 221 | 150 | 172 | 0 | 34 | 20 | 53 | 516 | 20 | 61 |
| Binary | 10010001 | 1101000 | 1111010 | 0 | 11100 | 10000 | 101011 | 101001110 | 10000 | 110001 |
Color Harmonies of #91687A
Complementary color
Monochromatic Colors of #91687A
Black with #91687A
Text Example
Text Example
White with #91687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91687A; }
p { color: rgb(145,104,122); }
H1.HeaderClassName
{
color: #91687A;
}
.AnyTagClassName
{
color: #91687A;
}
</style>
background-color css
<style>
a { background-color: #91687A; }
a { background-color: rgb(145,104,122); }
div.DivClassName
{
background-color: #91687A;
}
.BgClassName
{
background-color: #91687A;
}
</style>
border-color css
<style>
span { border-color: #91687A; }
span { border-color: rgb(145,104,122); }
td.TdClassName
{
border-color: #91687A;
}
.TagClassName
{
border-color: #91687A;
}
</style>