#806B89

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

Shades of Mamba #806B89

Tints of Mamba #806B89

Color information

#806B89 (or 0x806B89) is unknown color: approx Mamba. HEX triplet: 80, 6B and 89. RGB value is (128,107,137). Sum of RGB (Red+Green+Blue) = 128+107+137=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 137 - color contains mainly: blue. Hex color #806B89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806B89 is #7F9476. Grayscale: #747474. Windows color (decimal): -8361079 or 9005952. OLE color: 9005952.

HSL color Cylindrical-coordinate representation of color #806B89: hue angle of 282º degrees, saturation: 0.12, 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 #806B89 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB128107137-
CMYK0.070.2200.46
HSL282º12.3%47.84%-
HSV(B)282º21.9%53.73%-
XYZ18.6816.9125.95-
YUV116.7139.46136.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.41%
GREEN value IS 107 (42.19% from 255) = 28.76%
BLUE value IS 137 (53.91% from 255) = 36.83%
R=34.41%
G=28.76%
B=36.83%

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
Decimal1281071370.070.2200.4628212.347.84
Hex806B8971602E11ac30
Octal2001532117260564321460
Binary100000001101011100010011111011001011101000110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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