#86697C

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

Shades of Strikemaster #86697C

Tints of Strikemaster #86697C

Color information

#86697C (or 0x86697C) is unknown color: approx Strikemaster. HEX triplet: 86, 69 and 7C. RGB value is (134,105,124). Sum of RGB (Red+Green+Blue) = 134+105+124=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 134 - color contains mainly: red. Hex color #86697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86697C is #799683. Grayscale: #737373. Windows color (decimal): -7968388 or 8153478. OLE color: 8153478.

HSL color Cylindrical-coordinate representation of color #86697C: hue angle of 320.69º degrees, saturation: 0.12, 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 #86697C is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB134105124-
CMYK00.220.070.47
HSL320.69º12.13%46.86%-
HSV(B)320.69º21.64%52.55%-
XYZ18.5216.6321.3-
YUV115.84132.61140.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.91%
GREEN value IS 105 (41.41% from 255) = 28.93%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=36.91%
G=28.93%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410512400.220.070.47320.6912.1346.86
Hex86697C01672F141c2f
Octal2061511740267575011457
Binary10000110110100111111000101101111011111010000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86697C; }

 p { color: rgb(134,105,124); }

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

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

 a { background-color: rgb(134,105,124); }

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

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

 span { border-color: rgb(134,105,124); }

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