Shades of Strikemaster #90697B
Tints of Strikemaster #90697B
RGB
CMYK
RGB Variations
Color information
#90697B (or 0x90697B) is known color: Strikemaster. HEX triplet: 90, 69 and 7B. RGB value is (144,105,123). Sum of RGB (Red+Green+Blue) = 144+105+123=372 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.71% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 144 - color contains mainly: red. Hex color #90697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90697B is #6F9684. Grayscale: #767676. Windows color (decimal): -7313029 or 8087952. OLE color: 8087952.
HSL color Cylindrical-coordinate representation of color #90697B: hue angle of 332.31º 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 #90697B is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 105 | 123 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.44 |
| HSL | 332.31º | 0.16% | 0.49% | - |
| HSV(B) | 332.31º | 0.27% | 0.56% | - |
| XYZ | 20.13 | 17.46 | 21.05 | - |
| YUV | 118.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 123 | 0 | 0.27 | 0.15 | 0.44 | 332.31 | 0.16 | 0.49 |
| Hex | 90 | 69 | 7B | 0 | 1B | F | 2C | 14C | 10 | 31 |
| Octal | 220 | 151 | 173 | 0 | 33 | 17 | 54 | 514 | 20 | 61 |
| Binary | 10010000 | 1101001 | 1111011 | 0 | 11011 | 1111 | 101100 | 101001100 | 10000 | 110001 |
Color Harmonies of #90697B
Complementary color
Monochromatic Colors of #90697B
Black with #90697B
Text Example
Text Example
White with #90697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90697B; }
p { color: rgb(144,105,123); }
H1.HeaderClassName
{
color: #90697B;
}
.AnyTagClassName
{
color: #90697B;
}
</style>
background-color css
<style>
a { background-color: #90697B; }
a { background-color: rgb(144,105,123); }
div.DivClassName
{
background-color: #90697B;
}
.BgClassName
{
background-color: #90697B;
}
</style>
border-color css
<style>
span { border-color: #90697B; }
span { border-color: rgb(144,105,123); }
td.TdClassName
{
border-color: #90697B;
}
.TagClassName
{
border-color: #90697B;
}
</style>