Shades of Strikemaster #91697E
Tints of Strikemaster #91697E
RGB
CMYK
RGB Variations
Color information
#91697E (or 0x91697E) is known color: Strikemaster. HEX triplet: 91, 69 and 7E. RGB value is (145,105,126). Sum of RGB (Red+Green+Blue) = 145+105+126=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #91697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91697E is #6E9681. Grayscale: #777777. Windows color (decimal): -7247490 or 8284561. OLE color: 8284561.
HSL color Cylindrical-coordinate representation of color #91697E: hue angle of 328.5º 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 #91697E is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 105 | 126 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.43 |
| HSL | 328.5º | 0.16% | 0.49% | - |
| HSV(B) | 328.5º | 0.28% | 0.57% | - |
| XYZ | 20.49 | 17.63 | 22.06 | - |
| YUV | 119.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 105 | 126 | 0 | 0.28 | 0.13 | 0.43 | 328.5 | 0.16 | 0.49 |
| Hex | 91 | 69 | 7E | 0 | 1C | D | 2B | 148 | 10 | 31 |
| Octal | 221 | 151 | 176 | 0 | 34 | 15 | 53 | 510 | 20 | 61 |
| Binary | 10010001 | 1101001 | 1111110 | 0 | 11100 | 1101 | 101011 | 101001000 | 10000 | 110001 |
Color Harmonies of #91697E
Complementary color
Monochromatic Colors of #91697E
Black with #91697E
Text Example
Text Example
White with #91697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91697E; }
p { color: rgb(145,105,126); }
H1.HeaderClassName
{
color: #91697E;
}
.AnyTagClassName
{
color: #91697E;
}
</style>
background-color css
<style>
a { background-color: #91697E; }
a { background-color: rgb(145,105,126); }
div.DivClassName
{
background-color: #91697E;
}
.BgClassName
{
background-color: #91697E;
}
</style>
border-color css
<style>
span { border-color: #91697E; }
span { border-color: rgb(145,105,126); }
td.TdClassName
{
border-color: #91697E;
}
.TagClassName
{
border-color: #91697E;
}
</style>