#86718E

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

Shades of Mamba #86718E

Tints of Mamba #86718E

Color information

#86718E (or 0x86718E) is unknown color: approx Mamba. HEX triplet: 86, 71 and 8E. RGB value is (134,113,142). Sum of RGB (Red+Green+Blue) = 134+113+142=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 142 - color contains mainly: blue. Hex color #86718E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86718E is #798E71. Grayscale: #7A7A7A. Windows color (decimal): -7966322 or 9335174. OLE color: 9335174.

HSL color Cylindrical-coordinate representation of color #86718E: hue angle of 283.45º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #86718E is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB134113142-
CMYK0.060.2000.44
HSL283.45º11.37%50%-
HSV(B)283.45º20.42%55.69%-
XYZ20.6218.8328.14-
YUV122.58138.96136.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.45%
GREEN value IS 113 (44.53% from 255) = 29.05%
BLUE value IS 142 (55.86% from 255) = 36.50%
R=34.45%
G=29.05%
B=36.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341131420.060.2000.44283.4511.3750
Hex86718E61402C11bb32
Octal2061612166240544331362
Binary100001101110001100011101101010001011001000110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86718E; }

 p { color: rgb(134,113,142); }

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

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

 a { background-color: rgb(134,113,142); }

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

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

 span { border-color: rgb(134,113,142); }

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