#86748A

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

Shades of Mamba #86748A

Tints of Mamba #86748A

Color information

#86748A (or 0x86748A) is unknown color: approx Mamba. HEX triplet: 86, 74 and 8A. RGB value is (134,116,138). Sum of RGB (Red+Green+Blue) = 134+116+138=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 138 - color contains mainly: blue. Hex color #86748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86748A is #798B75. Grayscale: #7B7B7B. Windows color (decimal): -7965558 or 9073798. OLE color: 9073798.

HSL color Cylindrical-coordinate representation of color #86748A: hue angle of 289.09º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #86748A is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB134116138-
CMYK0.030.1600.46
HSL289.09º8.66%49.8%-
HSV(B)289.09º15.94%54.12%-
XYZ20.6619.3926.7-
YUV123.89135.96135.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.54%
GREEN value IS 116 (45.70% from 255) = 29.90%
BLUE value IS 138 (54.30% from 255) = 35.57%
R=34.54%
G=29.90%
B=35.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1341161380.030.1600.46289.098.6649.8
Hex86748A31002E121932
Octal2061642123200564411162
Binary10000110111010010001010111000001011101001000011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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