#866675

Color #866675 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #866675

Tints of Strikemaster #866675

Color information

#866675 (or 0x866675) is unknown color: approx Strikemaster. HEX triplet: 86, 66 and 75. RGB value is (134,102,117). Sum of RGB (Red+Green+Blue) = 134+102+117=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 134 - color contains mainly: red. Hex color #866675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866675 is #79998A. Grayscale: #717171. Windows color (decimal): -7969163 or 7693958. OLE color: 7693958.

HSL color Cylindrical-coordinate representation of color #866675: hue angle of 331.88º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #866675 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB134102117-
CMYK00.240.130.47
HSL331.88º13.56%46.27%-
HSV(B)331.88º23.88%52.55%-
XYZ17.7915.8618.95-
YUV113.28130.1142.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 37.96%
GREEN value IS 102 (40.23% from 255) = 28.90%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=37.96%
G=28.90%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410211700.240.130.47331.8813.5646.27
Hex866675018D2F14ce2e
Octal20614616503015575141656
Binary100001101100110111010101100011011011111010011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866675; }

 p { color: rgb(134,102,117); }

 H1.HeaderClassName
 {
   color: #866675;
 }
 .AnyTagClassName
 {
   color: #866675;
 }
</style>
background-color css

<style>
 a { background-color: #866675; }

 a { background-color: rgb(134,102,117); }

 div.DivClassName
 {
   background-color: #866675;
 }
 .BgClassName
 {
   background-color: #866675;
 }
</style>
border-color css

<style>
 span { border-color: #866675; }

 span { border-color: rgb(134,102,117); }

 td.TdClassName
 {
   border-color: #866675;
 }
 .TagClassName
 {
   border-color: #866675;
 }
</style>