Shades of Strikemaster #86687C
Tints of Strikemaster #86687C
RGB
CMYK
RGB Variations
Color information
#86687C (or 0x86687C) is known color: Strikemaster. HEX triplet: 86, 68 and 7C. RGB value is (134,104,124). Sum of RGB (Red+Green+Blue) = 134+104+124=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 134 - color contains mainly: red. Hex color #86687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86687C is #799783. Grayscale: #737373. Windows color (decimal): -7968644 or 8153222. OLE color: 8153222.
HSL color Cylindrical-coordinate representation of color #86687C: hue angle of 320º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #86687C is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 104 | 124 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.47 |
| HSL | 320º | 0.13% | 0.47% | - |
| HSV(B) | 320º | 0.22% | 0.53% | - |
| XYZ | 18.42 | 16.42 | 21.27 | - |
| YUV | 115.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 104 | 124 | 0 | 0.22 | 0.07 | 0.47 | 320 | 0.13 | 0.47 |
| Hex | 86 | 68 | 7C | 0 | 16 | 7 | 2F | 140 | D | 2F |
| Octal | 206 | 150 | 174 | 0 | 26 | 7 | 57 | 500 | 15 | 57 |
| Binary | 10000110 | 1101000 | 1111100 | 0 | 10110 | 111 | 101111 | 101000000 | 1101 | 101111 |
Color Harmonies of #86687C
Complementary color
Monochromatic Colors of #86687C
Black with #86687C
Text Example
Text Example
White with #86687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86687C; }
p { color: rgb(134,104,124); }
H1.HeaderClassName
{
color: #86687C;
}
.AnyTagClassName
{
color: #86687C;
}
</style>
background-color css
<style>
a { background-color: #86687C; }
a { background-color: rgb(134,104,124); }
div.DivClassName
{
background-color: #86687C;
}
.BgClassName
{
background-color: #86687C;
}
</style>
border-color css
<style>
span { border-color: #86687C; }
span { border-color: rgb(134,104,124); }
td.TdClassName
{
border-color: #86687C;
}
.TagClassName
{
border-color: #86687C;
}
</style>