Shades of Strikemaster #90697D
Tints of Strikemaster #90697D
RGB
CMYK
RGB Variations
Color information
#90697D (or 0x90697D) is known color: Strikemaster. HEX triplet: 90, 69 and 7D. RGB value is (144,105,125). Sum of RGB (Red+Green+Blue) = 144+105+125=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 144 - color contains mainly: red. Hex color #90697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90697D is #6F9682. Grayscale: #767676. Windows color (decimal): -7313027 or 8219024. OLE color: 8219024.
HSL color Cylindrical-coordinate representation of color #90697D: hue angle of 329.23º 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 #90697D is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 105 | 125 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.44 |
| HSL | 329.23º | 0.16% | 0.49% | - |
| HSV(B) | 329.23º | 0.27% | 0.56% | - |
| XYZ | 20.25 | 17.51 | 21.71 | - |
| YUV | 118.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 125 | 0 | 0.27 | 0.13 | 0.44 | 329.23 | 0.16 | 0.49 |
| Hex | 90 | 69 | 7D | 0 | 1B | D | 2C | 149 | 10 | 31 |
| Octal | 220 | 151 | 175 | 0 | 33 | 15 | 54 | 511 | 20 | 61 |
| Binary | 10010000 | 1101001 | 1111101 | 0 | 11011 | 1101 | 101100 | 101001001 | 10000 | 110001 |
Color Harmonies of #90697D
Complementary color
Monochromatic Colors of #90697D
Black with #90697D
Text Example
Text Example
White with #90697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90697D; }
p { color: rgb(144,105,125); }
H1.HeaderClassName
{
color: #90697D;
}
.AnyTagClassName
{
color: #90697D;
}
</style>
background-color css
<style>
a { background-color: #90697D; }
a { background-color: rgb(144,105,125); }
div.DivClassName
{
background-color: #90697D;
}
.BgClassName
{
background-color: #90697D;
}
</style>
border-color css
<style>
span { border-color: #90697D; }
span { border-color: rgb(144,105,125); }
td.TdClassName
{
border-color: #90697D;
}
.TagClassName
{
border-color: #90697D;
}
</style>