#84698C

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

Shades of Mamba #84698C

Tints of Mamba #84698C

Color information

#84698C (or 0x84698C) is unknown color: approx Mamba. HEX triplet: 84, 69 and 8C. RGB value is (132,105,140). Sum of RGB (Red+Green+Blue) = 132+105+140=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 140 - color contains mainly: blue. Hex color #84698C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84698C is #7B9673. Grayscale: #747474. Windows color (decimal): -8099444 or 9202052. OLE color: 9202052.

HSL color Cylindrical-coordinate representation of color #84698C: hue angle of 286.29º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84698C is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB132105140-
CMYK0.060.2500.45
HSL286.29º14.29%48.04%-
HSV(B)286.29º25%54.9%-
XYZ19.316.927.06-
YUV117.06140.95138.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.01%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 140 (55.08% from 255) = 37.14%
R=35.01%
G=27.85%
B=37.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321051400.060.2500.45286.2914.2948.04
Hex84698C61902D11ee30
Octal2041512146310554361660
Binary100001001101001100011001101100101011011000111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84698C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84698C; }

 p { color: rgb(132,105,140); }

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

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

 a { background-color: rgb(132,105,140); }

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

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

 span { border-color: rgb(132,105,140); }

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