Shades of Strikemaster #846575
Tints of Strikemaster #846575
RGB
CMYK
RGB Variations
Color information
#846575 (or 0x846575) is known color: Strikemaster. HEX triplet: 84, 65 and 75. RGB value is (132,101,117). Sum of RGB (Red+Green+Blue) = 132+101+117=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 132 - color contains mainly: red. Hex color #846575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846575 is #7B9A8A. Grayscale: #707070. Windows color (decimal): -8100491 or 7693700. OLE color: 7693700.
HSL color Cylindrical-coordinate representation of color #846575: hue angle of 329.03º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #846575 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 101 | 117 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.48 |
| HSL | 329.03º | 0.13% | 0.46% | - |
| HSV(B) | 329.03º | 0.23% | 0.52% | - |
| XYZ | 17.38 | 15.5 | 18.9 | - |
| YUV | 112.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 101 | 117 | 0 | 0.23 | 0.11 | 0.48 | 329.03 | 0.13 | 0.46 |
| Hex | 84 | 65 | 75 | 0 | 17 | B | 30 | 149 | D | 2E |
| Octal | 204 | 145 | 165 | 0 | 27 | 13 | 60 | 511 | 15 | 56 |
| Binary | 10000100 | 1100101 | 1110101 | 0 | 10111 | 1011 | 110000 | 101001001 | 1101 | 101110 |
Color Harmonies of #846575
Complementary color
Monochromatic Colors of #846575
Black with #846575
Text Example
Text Example
White with #846575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846575; }
p { color: rgb(132,101,117); }
H1.HeaderClassName
{
color: #846575;
}
.AnyTagClassName
{
color: #846575;
}
</style>
background-color css
<style>
a { background-color: #846575; }
a { background-color: rgb(132,101,117); }
div.DivClassName
{
background-color: #846575;
}
.BgClassName
{
background-color: #846575;
}
</style>
border-color css
<style>
span { border-color: #846575; }
span { border-color: rgb(132,101,117); }
td.TdClassName
{
border-color: #846575;
}
.TagClassName
{
border-color: #846575;
}
</style>