Shades of Strikemaster #91697A
Tints of Strikemaster #91697A
RGB
CMYK
RGB Variations
Color information
#91697A (or 0x91697A) is known color: Strikemaster. HEX triplet: 91, 69 and 7A. RGB value is (145,105,122). Sum of RGB (Red+Green+Blue) = 145+105+122=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 145 - color contains mainly: red. Hex color #91697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91697A is #6E9685. Grayscale: #767676. Windows color (decimal): -7247494 or 8022417. OLE color: 8022417.
HSL color Cylindrical-coordinate representation of color #91697A: hue angle of 334.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 #91697A is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 105 | 122 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.43 |
| HSL | 334.5º | 0.16% | 0.49% | - |
| HSV(B) | 334.5º | 0.28% | 0.57% | - |
| XYZ | 20.24 | 17.53 | 20.73 | - |
| YUV | 118.9 | 129.75 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 105 | 122 | 0 | 0.28 | 0.16 | 0.43 | 334.5 | 0.16 | 0.49 |
| Hex | 91 | 69 | 7A | 0 | 1C | 10 | 2B | 14E | 10 | 31 |
| Octal | 221 | 151 | 172 | 0 | 34 | 20 | 53 | 516 | 20 | 61 |
| Binary | 10010001 | 1101001 | 1111010 | 0 | 11100 | 10000 | 101011 | 101001110 | 10000 | 110001 |
Color Harmonies of #91697A
Complementary color
Monochromatic Colors of #91697A
Black with #91697A
Text Example
Text Example
White with #91697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91697A; }
p { color: rgb(145,105,122); }
H1.HeaderClassName
{
color: #91697A;
}
.AnyTagClassName
{
color: #91697A;
}
</style>
background-color css
<style>
a { background-color: #91697A; }
a { background-color: rgb(145,105,122); }
div.DivClassName
{
background-color: #91697A;
}
.BgClassName
{
background-color: #91697A;
}
</style>
border-color css
<style>
span { border-color: #91697A; }
span { border-color: rgb(145,105,122); }
td.TdClassName
{
border-color: #91697A;
}
.TagClassName
{
border-color: #91697A;
}
</style>