Shades of Strikemaster #91687C
Tints of Strikemaster #91687C
RGB
CMYK
RGB Variations
Color information
#91687C (or 0x91687C) is known color: Strikemaster. HEX triplet: 91, 68 and 7C. RGB value is (145,104,124). Sum of RGB (Red+Green+Blue) = 145+104+124=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 145 - color contains mainly: red. Hex color #91687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91687C is #6E9783. Grayscale: #767676. Windows color (decimal): -7247748 or 8153233. OLE color: 8153233.
HSL color Cylindrical-coordinate representation of color #91687C: hue angle of 330.73º 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 #91687C is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 104 | 124 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.43 |
| HSL | 330.73º | 0.16% | 0.49% | - |
| HSV(B) | 330.73º | 0.28% | 0.57% | - |
| XYZ | 20.27 | 17.38 | 21.35 | - |
| YUV | 118.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 104 | 124 | 0 | 0.28 | 0.14 | 0.43 | 330.73 | 0.16 | 0.49 |
| Hex | 91 | 68 | 7C | 0 | 1C | E | 2B | 14B | 10 | 31 |
| Octal | 221 | 150 | 174 | 0 | 34 | 16 | 53 | 513 | 20 | 61 |
| Binary | 10010001 | 1101000 | 1111100 | 0 | 11100 | 1110 | 101011 | 101001011 | 10000 | 110001 |
Color Harmonies of #91687C
Complementary color
Monochromatic Colors of #91687C
Black with #91687C
Text Example
Text Example
White with #91687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91687C; }
p { color: rgb(145,104,124); }
H1.HeaderClassName
{
color: #91687C;
}
.AnyTagClassName
{
color: #91687C;
}
</style>
background-color css
<style>
a { background-color: #91687C; }
a { background-color: rgb(145,104,124); }
div.DivClassName
{
background-color: #91687C;
}
.BgClassName
{
background-color: #91687C;
}
</style>
border-color css
<style>
span { border-color: #91687C; }
span { border-color: rgb(145,104,124); }
td.TdClassName
{
border-color: #91687C;
}
.TagClassName
{
border-color: #91687C;
}
</style>