#806B88

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

Shades of Mamba #806B88

Tints of Mamba #806B88

Color information

#806B88 (or 0x806B88) is unknown color: approx Mamba. HEX triplet: 80, 6B and 88. RGB value is (128,107,136). Sum of RGB (Red+Green+Blue) = 128+107+136=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 136 - color contains mainly: blue. Hex color #806B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806B88 is #7F9477. Grayscale: #747474. Windows color (decimal): -8361080 or 8940416. OLE color: 8940416.

HSL color Cylindrical-coordinate representation of color #806B88: hue angle of 283.45º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #806B88 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB128107136-
CMYK0.060.2100.47
HSL283.45º11.93%47.65%-
HSV(B)283.45º21.32%53.33%-
XYZ18.616.8825.57-
YUV116.58138.96136.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.50%
GREEN value IS 107 (42.19% from 255) = 28.84%
BLUE value IS 136 (53.52% from 255) = 36.66%
R=34.50%
G=28.84%
B=36.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281071360.060.2100.47283.4511.9347.65
Hex806B8861502F11bc30
Octal2001532106250574331460
Binary100000001101011100010001101010101011111000110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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