Shades of Strikemaster #93697B
Tints of Strikemaster #93697B
RGB
CMYK
RGB Variations
Color information
#93697B (or 0x93697B) is known color: Strikemaster. HEX triplet: 93, 69 and 7B. RGB value is (147,105,123). Sum of RGB (Red+Green+Blue) = 147+105+123=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 147 - color contains mainly: red. Hex color #93697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93697B is #6C9684. Grayscale: #777777. Windows color (decimal): -7116421 or 8087955. OLE color: 8087955.
HSL color Cylindrical-coordinate representation of color #93697B: hue angle of 334.29º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93697B is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 105 | 123 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.42 |
| HSL | 334.29º | 0.17% | 0.49% | - |
| HSV(B) | 334.29º | 0.29% | 0.58% | - |
| XYZ | 20.66 | 17.74 | 21.07 | - |
| YUV | 119.61 | 129.91 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 105 | 123 | 0 | 0.29 | 0.16 | 0.42 | 334.29 | 0.17 | 0.49 |
| Hex | 93 | 69 | 7B | 0 | 1D | 10 | 2A | 14E | 11 | 31 |
| Octal | 223 | 151 | 173 | 0 | 35 | 20 | 52 | 516 | 21 | 61 |
| Binary | 10010011 | 1101001 | 1111011 | 0 | 11101 | 10000 | 101010 | 101001110 | 10001 | 110001 |
Color Harmonies of #93697B
Complementary color
Monochromatic Colors of #93697B
Black with #93697B
Text Example
Text Example
White with #93697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93697B; }
p { color: rgb(147,105,123); }
H1.HeaderClassName
{
color: #93697B;
}
.AnyTagClassName
{
color: #93697B;
}
</style>
background-color css
<style>
a { background-color: #93697B; }
a { background-color: rgb(147,105,123); }
div.DivClassName
{
background-color: #93697B;
}
.BgClassName
{
background-color: #93697B;
}
</style>
border-color css
<style>
span { border-color: #93697B; }
span { border-color: rgb(147,105,123); }
td.TdClassName
{
border-color: #93697B;
}
.TagClassName
{
border-color: #93697B;
}
</style>