#806E8B

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

Shades of Mamba #806E8B

Tints of Mamba #806E8B

Color information

#806E8B (or 0x806E8B) is unknown color: approx Mamba. HEX triplet: 80, 6E and 8B. RGB value is (128,110,139). Sum of RGB (Red+Green+Blue) = 128+110+139=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 139 - color contains mainly: blue. Hex color #806E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806E8B is #7F9174. Grayscale: #767676. Windows color (decimal): -8360309 or 9137792. OLE color: 9137792.

HSL color Cylindrical-coordinate representation of color #806E8B: hue angle of 277.24º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #806E8B is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB128110139-
CMYK0.080.2100.45
HSL277.24º11.65%48.82%-
HSV(B)277.24º20.86%54.51%-
XYZ19.1417.6126.82-
YUV118.69139.46134.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.95%
GREEN value IS 110 (43.36% from 255) = 29.18%
BLUE value IS 139 (54.69% from 255) = 36.87%
R=33.95%
G=29.18%
B=36.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281101390.080.2100.45277.2411.6548.82
Hex806E8B81502D115c31
Octal20015621310250554251461
Binary1000000011011101000101110001010101011011000101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806E8B; }

 p { color: rgb(128,110,139); }

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

<style>
 a { background-color: #806E8B; }

 a { background-color: rgb(128,110,139); }

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

<style>
 span { border-color: #806E8B; }

 span { border-color: rgb(128,110,139); }

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