Shades of Strikemaster #92697B
Tints of Strikemaster #92697B
RGB
CMYK
RGB Variations
Color information
#92697B (or 0x92697B) is known color: Strikemaster. HEX triplet: 92, 69 and 7B. RGB value is (146,105,123). Sum of RGB (Red+Green+Blue) = 146+105+123=374 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.04% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 146 - color contains mainly: red. Hex color #92697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92697B is #6D9684. Grayscale: #777777. Windows color (decimal): -7181957 or 8087954. OLE color: 8087954.
HSL color Cylindrical-coordinate representation of color #92697B: hue angle of 333.66º 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 #92697B is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 105 | 123 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.43 |
| HSL | 333.66º | 0.16% | 0.49% | - |
| HSV(B) | 333.66º | 0.28% | 0.57% | - |
| XYZ | 20.48 | 17.64 | 21.07 | - |
| YUV | 119.31 | 130.08 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 105 | 123 | 0 | 0.28 | 0.16 | 0.43 | 333.66 | 0.16 | 0.49 |
| Hex | 92 | 69 | 7B | 0 | 1C | 10 | 2B | 14E | 10 | 31 |
| Octal | 222 | 151 | 173 | 0 | 34 | 20 | 53 | 516 | 20 | 61 |
| Binary | 10010010 | 1101001 | 1111011 | 0 | 11100 | 10000 | 101011 | 101001110 | 10000 | 110001 |
Color Harmonies of #92697B
Complementary color
Monochromatic Colors of #92697B
Black with #92697B
Text Example
Text Example
White with #92697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92697B; }
p { color: rgb(146,105,123); }
H1.HeaderClassName
{
color: #92697B;
}
.AnyTagClassName
{
color: #92697B;
}
</style>
background-color css
<style>
a { background-color: #92697B; }
a { background-color: rgb(146,105,123); }
div.DivClassName
{
background-color: #92697B;
}
.BgClassName
{
background-color: #92697B;
}
</style>
border-color css
<style>
span { border-color: #92697B; }
span { border-color: rgb(146,105,123); }
td.TdClassName
{
border-color: #92697B;
}
.TagClassName
{
border-color: #92697B;
}
</style>