Html Css Color HEX #86738B Mamba

📋 copy color: '#86738B'

red 134 ◦ green 115 ◦ blue 139

#86738B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mamba #86738B

Tints of Mamba #86738B

RGB

 RED value IS 134 (52.73% from 255) = 34.54%

 GREEN value IS 115 (45.31% from 255) = 29.64%

 BLUE value IS 139 (54.69% from 255) = 35.82%

R = 34.54%
G = 29.64%
B = 35.82%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#86738B (or 0x86738B) is known color: Mamba. HEX triplet: 86, 73 and 8B. RGB value is (134,115,139). Sum of RGB (Red+Green+Blue) = 134+115+139=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 139 - color contains mainly: blue. Hex color #86738B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86738B is #798C74. Grayscale: #7B7B7B. Windows color (decimal): -7965813 or 9139078. OLE color: 9139078.

HSL color Cylindrical-coordinate representation of color #86738B: hue angle of 287.5º 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 #86738B is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 134 115 139 -
CMYK 0.04 0.17 0 0.45
HSL 287.5º 0.09% 0.5% -
HSV(B) 287.5º 0.17% 0.55% -
XYZ 20.62 19.19 27.04 -
YUV 123.42 136.79 135.55 -
System Red Green Blue C M Y K H S L
Decimal 134 115 139 0.04 0.17 0 0.45 287.5 0.09 0.5
Hex 86 73 8B 4 11 0 2D 120 9 32
Octal 206 163 213 4 21 0 55 440 11 62
Binary 10000110 1110011 10001011 100 10001 0 101101 100100000 1001 110010

Color Harmonies of #86738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86738B

Black with #86738B

Text Example


Text Example

White with #86738B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86738B;
 }
 .AnyTagClassName
 {
   color: #86738B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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