Shades of Strikemaster #91687E
Tints of Strikemaster #91687E
RGB
CMYK
RGB Variations
Color information
#91687E (or 0x91687E) is known color: Strikemaster. HEX triplet: 91, 68 and 7E. RGB value is (145,104,126). Sum of RGB (Red+Green+Blue) = 145+104+126=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #91687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91687E is #6E9781. Grayscale: #767676. Windows color (decimal): -7247746 or 8284305. OLE color: 8284305.
HSL color Cylindrical-coordinate representation of color #91687E: hue angle of 327.8º 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 #91687E is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 104 | 126 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.43 |
| HSL | 327.8º | 0.16% | 0.49% | - |
| HSV(B) | 327.8º | 0.28% | 0.57% | - |
| XYZ | 20.39 | 17.43 | 22.03 | - |
| YUV | 118.77 | 132.08 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 104 | 126 | 0 | 0.28 | 0.13 | 0.43 | 327.8 | 0.16 | 0.49 |
| Hex | 91 | 68 | 7E | 0 | 1C | D | 2B | 148 | 10 | 31 |
| Octal | 221 | 150 | 176 | 0 | 34 | 15 | 53 | 510 | 20 | 61 |
| Binary | 10010001 | 1101000 | 1111110 | 0 | 11100 | 1101 | 101011 | 101001000 | 10000 | 110001 |
Color Harmonies of #91687E
Complementary color
Monochromatic Colors of #91687E
Black with #91687E
Text Example
Text Example
White with #91687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91687E; }
p { color: rgb(145,104,126); }
H1.HeaderClassName
{
color: #91687E;
}
.AnyTagClassName
{
color: #91687E;
}
</style>
background-color css
<style>
a { background-color: #91687E; }
a { background-color: rgb(145,104,126); }
div.DivClassName
{
background-color: #91687E;
}
.BgClassName
{
background-color: #91687E;
}
</style>
border-color css
<style>
span { border-color: #91687E; }
span { border-color: rgb(145,104,126); }
td.TdClassName
{
border-color: #91687E;
}
.TagClassName
{
border-color: #91687E;
}
</style>