Shades of Strikemaster #90697C
Tints of Strikemaster #90697C
RGB
CMYK
RGB Variations
Color information
#90697C (or 0x90697C) is known color: Strikemaster. HEX triplet: 90, 69 and 7C. RGB value is (144,105,124). Sum of RGB (Red+Green+Blue) = 144+105+124=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 144 - color contains mainly: red. Hex color #90697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90697C is #6F9683. Grayscale: #767676. Windows color (decimal): -7313028 or 8153488. OLE color: 8153488.
HSL color Cylindrical-coordinate representation of color #90697C: hue angle of 330.77º 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 #90697C is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 105 | 124 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.44 |
| HSL | 330.77º | 0.16% | 0.49% | - |
| HSV(B) | 330.77º | 0.27% | 0.56% | - |
| XYZ | 20.19 | 17.49 | 21.38 | - |
| YUV | 118.83 | 130.92 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 124 | 0 | 0.27 | 0.14 | 0.44 | 330.77 | 0.16 | 0.49 |
| Hex | 90 | 69 | 7C | 0 | 1B | E | 2C | 14B | 10 | 31 |
| Octal | 220 | 151 | 174 | 0 | 33 | 16 | 54 | 513 | 20 | 61 |
| Binary | 10010000 | 1101001 | 1111100 | 0 | 11011 | 1110 | 101100 | 101001011 | 10000 | 110001 |
Color Harmonies of #90697C
Complementary color
Monochromatic Colors of #90697C
Black with #90697C
Text Example
Text Example
White with #90697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90697C; }
p { color: rgb(144,105,124); }
H1.HeaderClassName
{
color: #90697C;
}
.AnyTagClassName
{
color: #90697C;
}
</style>
background-color css
<style>
a { background-color: #90697C; }
a { background-color: rgb(144,105,124); }
div.DivClassName
{
background-color: #90697C;
}
.BgClassName
{
background-color: #90697C;
}
</style>
border-color css
<style>
span { border-color: #90697C; }
span { border-color: rgb(144,105,124); }
td.TdClassName
{
border-color: #90697C;
}
.TagClassName
{
border-color: #90697C;
}
</style>