#866990

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

Shades of Mamba #866990

Tints of Mamba #866990

Color information

#866990 (or 0x866990) is unknown color: approx Mamba. HEX triplet: 86, 69 and 90. RGB value is (134,105,144). Sum of RGB (Red+Green+Blue) = 134+105+144=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 144 - color contains mainly: blue. Hex color #866990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866990 is #79966F. Grayscale: #757575. Windows color (decimal): -7968368 or 9464198. OLE color: 9464198.

HSL color Cylindrical-coordinate representation of color #866990: hue angle of 284.62º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #866990 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB134105144-
CMYK0.070.2700.44
HSL284.62º15.66%48.82%-
HSV(B)284.62º27.08%56.47%-
XYZ19.9217.1928.65-
YUV118.12142.61139.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.99%
GREEN value IS 105 (41.41% from 255) = 27.42%
BLUE value IS 144 (56.64% from 255) = 37.60%
R=34.99%
G=27.42%
B=37.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341051440.070.2700.44284.6215.6648.82
Hex86699071B02C11d1031
Octal2061512207330544352061
Binary1000011011010011001000011111011010110010001110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866990; }

 p { color: rgb(134,105,144); }

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

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

 a { background-color: rgb(134,105,144); }

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

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

 span { border-color: rgb(134,105,144); }

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