#846690

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

Shades of Mamba #846690

Tints of Mamba #846690

Color information

#846690 (or 0x846690) is unknown color: approx Mamba. HEX triplet: 84, 66 and 90. RGB value is (132,102,144). Sum of RGB (Red+Green+Blue) = 132+102+144=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 144 - color contains mainly: blue. Hex color #846690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846690 is #7B996F. Grayscale: #737373. Windows color (decimal): -8100208 or 9463428. OLE color: 9463428.

HSL color Cylindrical-coordinate representation of color #846690: hue angle of 282.86º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #846690 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB132102144-
CMYK0.080.2900.44
HSL282.86º17.07%48.24%-
HSV(B)282.86º29.17%56.47%-
XYZ19.316.4228.54-
YUV115.76143.94139.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.92%
GREEN value IS 102 (40.23% from 255) = 26.98%
BLUE value IS 144 (56.64% from 255) = 38.10%
R=34.92%
G=26.98%
B=38.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321021440.080.2900.44282.8617.0748.24
Hex84669081D02C11b1130
Octal20414622010350544332160
Binary10000100110011010010000100011101010110010001101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846690; }

 p { color: rgb(132,102,144); }

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

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

 a { background-color: rgb(132,102,144); }

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

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

 span { border-color: rgb(132,102,144); }

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