Shades of Strikemaster #90697A
Tints of Strikemaster #90697A
RGB
CMYK
RGB Variations
Color information
#90697A (or 0x90697A) is known color: Strikemaster. HEX triplet: 90, 69 and 7A. RGB value is (144,105,122). Sum of RGB (Red+Green+Blue) = 144+105+122=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 144 - color contains mainly: red. Hex color #90697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90697A is #6F9685. Grayscale: #767676. Windows color (decimal): -7313030 or 8022416. OLE color: 8022416.
HSL color Cylindrical-coordinate representation of color #90697A: hue angle of 333.85º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90697A is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 105 | 122 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.44 |
| HSL | 333.85º | 0.16% | 0.49% | - |
| HSV(B) | 333.85º | 0.27% | 0.56% | - |
| XYZ | 20.07 | 17.44 | 20.72 | - |
| YUV | 118.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 122 | 0 | 0.27 | 0.15 | 0.44 | 333.85 | 0.16 | 0.49 |
| Hex | 90 | 69 | 7A | 0 | 1B | F | 2C | 14E | 10 | 31 |
| Octal | 220 | 151 | 172 | 0 | 33 | 17 | 54 | 516 | 20 | 61 |
| Binary | 10010000 | 1101001 | 1111010 | 0 | 11011 | 1111 | 101100 | 101001110 | 10000 | 110001 |
Color Harmonies of #90697A
Complementary color
Monochromatic Colors of #90697A
Black with #90697A
Text Example
Text Example
White with #90697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90697A; }
p { color: rgb(144,105,122); }
H1.HeaderClassName
{
color: #90697A;
}
.AnyTagClassName
{
color: #90697A;
}
</style>
background-color css
<style>
a { background-color: #90697A; }
a { background-color: rgb(144,105,122); }
div.DivClassName
{
background-color: #90697A;
}
.BgClassName
{
background-color: #90697A;
}
</style>
border-color css
<style>
span { border-color: #90697A; }
span { border-color: rgb(144,105,122); }
td.TdClassName
{
border-color: #90697A;
}
.TagClassName
{
border-color: #90697A;
}
</style>