Shades of Strikemaster #865675
Tints of Strikemaster #865675
RGB
CMYK
RGB Variations
Color information
#865675 (or 0x865675) is known color: Strikemaster. HEX triplet: 86, 56 and 75. RGB value is (134,86,117). Sum of RGB (Red+Green+Blue) = 134+86+117=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 134 - color contains mainly: red. Hex color #865675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865675 is #79A98A. Grayscale: #676767. Windows color (decimal): -7973259 or 7689862. OLE color: 7689862.
HSL color Cylindrical-coordinate representation of color #865675: hue angle of 321.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #865675 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 86 | 117 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.47 |
| HSL | 321.25º | 0.22% | 0.43% | - |
| HSV(B) | 321.25º | 0.36% | 0.53% | - |
| XYZ | 16.37 | 13.01 | 18.48 | - |
| YUV | 103.89 | 135.4 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 86 | 117 | 0 | 0.36 | 0.13 | 0.47 | 321.25 | 0.22 | 0.43 |
| Hex | 86 | 56 | 75 | 0 | 24 | D | 2F | 141 | 16 | 2B |
| Octal | 206 | 126 | 165 | 0 | 44 | 15 | 57 | 501 | 26 | 53 |
| Binary | 10000110 | 1010110 | 1110101 | 0 | 100100 | 1101 | 101111 | 101000001 | 10110 | 101011 |
Color Harmonies of #865675
Complementary color
Monochromatic Colors of #865675
Black with #865675
Text Example
Text Example
White with #865675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865675; }
p { color: rgb(134,86,117); }
H1.HeaderClassName
{
color: #865675;
}
.AnyTagClassName
{
color: #865675;
}
</style>
background-color css
<style>
a { background-color: #865675; }
a { background-color: rgb(134,86,117); }
div.DivClassName
{
background-color: #865675;
}
.BgClassName
{
background-color: #865675;
}
</style>
border-color css
<style>
span { border-color: #865675; }
span { border-color: rgb(134,86,117); }
td.TdClassName
{
border-color: #865675;
}
.TagClassName
{
border-color: #865675;
}
</style>