#806B8B

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

Shades of Mamba #806B8B

Tints of Mamba #806B8B

Color information

#806B8B (or 0x806B8B) is unknown color: approx Mamba. HEX triplet: 80, 6B and 8B. RGB value is (128,107,139). Sum of RGB (Red+Green+Blue) = 128+107+139=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 139 - color contains mainly: blue. Hex color #806B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806B8B is #7F9474. Grayscale: #747474. Windows color (decimal): -8361077 or 9137024. OLE color: 9137024.

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

Color convert

RGB128107139-
CMYK0.080.2300.45
HSL279.38º13.01%48.24%-
HSV(B)279.38º23.02%54.51%-
XYZ18.8216.9726.71-
YUV116.93140.46135.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.22%
GREEN value IS 107 (42.19% from 255) = 28.61%
BLUE value IS 139 (54.69% from 255) = 37.17%
R=34.22%
G=28.61%
B=37.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281071390.080.2300.45279.3813.0148.24
Hex806B8B81702D117d30
Octal20015321310270554271560
Binary1000000011010111000101110001011101011011000101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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