#706181

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

Shades of Mamba #706181

Tints of Mamba #706181

Color information

#706181 (or 0x706181) is unknown color: approx Mamba. HEX triplet: 70, 61 and 81. RGB value is (112,97,129). Sum of RGB (Red+Green+Blue) = 112+97+129=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 129 - color contains mainly: blue. Hex color #706181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706181 is #8F9E7E. Grayscale: #696969. Windows color (decimal): -9412223 or 8479088. OLE color: 8479088.

HSL color Cylindrical-coordinate representation of color #706181: hue angle of 268.12º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #706181 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11297129-
CMYK0.130.2500.49
HSL268.12º14.16%44.31%-
HSV(B)268.12º24.81%50.59%-
XYZ14.9213.5822.6-
YUV105.13141.47132.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.14%
GREEN value IS 97 (38.28% from 255) = 28.70%
BLUE value IS 129 (50.78% from 255) = 38.17%
R=33.14%
G=28.70%
B=38.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112971290.130.2500.49268.1214.1644.31
Hex706181D1903110ce2c
Octal16014120115310614141654
Binary111000011000011000000111011100101100011000011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706181; }

 p { color: rgb(112,97,129); }

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

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

 a { background-color: rgb(112,97,129); }

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

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

 span { border-color: rgb(112,97,129); }

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