#806C85

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

Shades of Mamba #806C85

Tints of Mamba #806C85

Color information

#806C85 (or 0x806C85) is unknown color: approx Mamba. HEX triplet: 80, 6C and 85. RGB value is (128,108,133). Sum of RGB (Red+Green+Blue) = 128+108+133=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 133 - color contains mainly: blue. Hex color #806C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806C85 is #7F937A. Grayscale: #747474. Windows color (decimal): -8360827 or 8744064. OLE color: 8744064.

HSL color Cylindrical-coordinate representation of color #806C85: hue angle of 288º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #806C85 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB128108133-
CMYK0.040.1900.48
HSL288º10.37%47.25%-
HSV(B)288º18.8%52.16%-
XYZ18.517.0124.5-
YUV116.83137.13135.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.69%
GREEN value IS 108 (42.58% from 255) = 29.27%
BLUE value IS 133 (52.34% from 255) = 36.04%
R=34.69%
G=29.27%
B=36.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1281081330.040.1900.4828810.3747.25
Hex806C85413030120a2f
Octal2001542054230604401257
Binary100000001101100100001011001001101100001001000001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,108,133); }

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

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

 a { background-color: rgb(128,108,133); }

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

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

 span { border-color: rgb(128,108,133); }

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