Shades of Strikemaster #866174
Tints of Strikemaster #866174
RGB
CMYK
RGB Variations
Color information
#866174 (or 0x866174) is known color: Strikemaster. HEX triplet: 86, 61 and 74. RGB value is (134,97,116). Sum of RGB (Red+Green+Blue) = 134+97+116=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 134 - color contains mainly: red. Hex color #866174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866174 is #799E8B. Grayscale: #6E6E6E. Windows color (decimal): -7970444 or 7627142. OLE color: 7627142.
HSL color Cylindrical-coordinate representation of color #866174: hue angle of 329.19º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #866174 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 97 | 116 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.47 |
| HSL | 329.19º | 0.16% | 0.45% | - |
| HSV(B) | 329.19º | 0.28% | 0.53% | - |
| XYZ | 17.26 | 14.88 | 18.49 | - |
| YUV | 110.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 97 | 116 | 0 | 0.28 | 0.13 | 0.47 | 329.19 | 0.16 | 0.45 |
| Hex | 86 | 61 | 74 | 0 | 1C | D | 2F | 149 | 10 | 2D |
| Octal | 206 | 141 | 164 | 0 | 34 | 15 | 57 | 511 | 20 | 55 |
| Binary | 10000110 | 1100001 | 1110100 | 0 | 11100 | 1101 | 101111 | 101001001 | 10000 | 101101 |
Color Harmonies of #866174
Complementary color
Monochromatic Colors of #866174
Black with #866174
Text Example
Text Example
White with #866174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866174; }
p { color: rgb(134,97,116); }
H1.HeaderClassName
{
color: #866174;
}
.AnyTagClassName
{
color: #866174;
}
</style>
background-color css
<style>
a { background-color: #866174; }
a { background-color: rgb(134,97,116); }
div.DivClassName
{
background-color: #866174;
}
.BgClassName
{
background-color: #866174;
}
</style>
border-color css
<style>
span { border-color: #866174; }
span { border-color: rgb(134,97,116); }
td.TdClassName
{
border-color: #866174;
}
.TagClassName
{
border-color: #866174;
}
</style>