#866B79

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

Shades of Strikemaster #866B79

Tints of Strikemaster #866B79

Color information

#866B79 (or 0x866B79) is unknown color: approx Strikemaster. HEX triplet: 86, 6B and 79. RGB value is (134,107,121). Sum of RGB (Red+Green+Blue) = 134+107+121=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 134 - color contains mainly: red. Hex color #866B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866B79 is #799486. Grayscale: #747474. Windows color (decimal): -7967879 or 7957382. OLE color: 7957382.

HSL color Cylindrical-coordinate representation of color #866B79: hue angle of 328.89º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #866B79 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB134107121-
CMYK00.200.100.47
HSL328.89º11.2%47.25%-
HSV(B)328.89º20.15%52.55%-
XYZ18.5416.9620.39-
YUV116.67130.45140.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.02%
GREEN value IS 107 (42.19% from 255) = 29.56%
BLUE value IS 121 (47.66% from 255) = 33.43%
R=37.02%
G=29.56%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410712100.200.100.47328.8911.247.25
Hex866B79014A2F149b2f
Octal20615317102412575111357
Binary100001101101011111100101010010101011111010010011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866B79; }

 p { color: rgb(134,107,121); }

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

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

 a { background-color: rgb(134,107,121); }

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

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

 span { border-color: rgb(134,107,121); }

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