#86748B

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

Shades of Mamba #86748B

Tints of Mamba #86748B

Color information

#86748B (or 0x86748B) is unknown color: approx Mamba. HEX triplet: 86, 74 and 8B. RGB value is (134,116,139). Sum of RGB (Red+Green+Blue) = 134+116+139=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 139 - color contains mainly: blue. Hex color #86748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86748B is #798B74. Grayscale: #7B7B7B. Windows color (decimal): -7965557 or 9139334. OLE color: 9139334.

HSL color Cylindrical-coordinate representation of color #86748B: hue angle of 286.96º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #86748B is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB134116139-
CMYK0.040.1700.45
HSL286.96º9.02%50%-
HSV(B)286.96º16.55%54.51%-
XYZ20.7419.4227.08-
YUV124136.46135.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.45%
GREEN value IS 116 (45.70% from 255) = 29.82%
BLUE value IS 139 (54.69% from 255) = 35.73%
R=34.45%
G=29.82%
B=35.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341161390.040.1700.45286.969.0250
Hex86748B41102D11f932
Octal2061642134210554371162
Binary100001101110100100010111001000101011011000111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,116,139); }

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

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

 a { background-color: rgb(134,116,139); }

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

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

 span { border-color: rgb(134,116,139); }

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