#86697B

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

Shades of Strikemaster #86697B

Tints of Strikemaster #86697B

Color information

#86697B (or 0x86697B) is unknown color: approx Strikemaster. HEX triplet: 86, 69 and 7B. RGB value is (134,105,123). Sum of RGB (Red+Green+Blue) = 134+105+123=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 134 - color contains mainly: red. Hex color #86697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86697B is #799684. Grayscale: #737373. Windows color (decimal): -7968389 or 8087942. OLE color: 8087942.

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

Color convert

RGB134105123-
CMYK00.220.080.47
HSL322.76º12.13%46.86%-
HSV(B)322.76º21.64%52.55%-
XYZ18.4616.620.97-
YUV115.72132.11141.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.02%
GREEN value IS 105 (41.41% from 255) = 29.01%
BLUE value IS 123 (48.44% from 255) = 33.98%
R=37.02%
G=29.01%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410512300.220.080.47322.7612.1346.86
Hex86697B01682F143c2f
Octal20615117302610575031457
Binary100001101101001111101101011010001011111010000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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