#806B8A

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

Shades of Mamba #806B8A

Tints of Mamba #806B8A

Color information

#806B8A (or 0x806B8A) is unknown color: approx Mamba. HEX triplet: 80, 6B and 8A. RGB value is (128,107,138). Sum of RGB (Red+Green+Blue) = 128+107+138=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 138 - color contains mainly: blue. Hex color #806B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806B8A is #7F9475. Grayscale: #747474. Windows color (decimal): -8361078 or 9071488. OLE color: 9071488.

HSL color Cylindrical-coordinate representation of color #806B8A: hue angle of 280.65º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #806B8A is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB128107138-
CMYK0.070.2200.46
HSL280.65º12.65%48.04%-
HSV(B)280.65º22.46%54.12%-
XYZ18.7516.9426.33-
YUV116.81139.96135.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.32%
GREEN value IS 107 (42.19% from 255) = 28.69%
BLUE value IS 138 (54.30% from 255) = 37.00%
R=34.32%
G=28.69%
B=37.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1281071380.070.2200.46280.6512.6548.04
Hex806B8A71602E119d30
Octal2001532127260564311560
Binary100000001101011100010101111011001011101000110011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,107,138); }

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

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

 a { background-color: rgb(128,107,138); }

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

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

 span { border-color: rgb(128,107,138); }

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