#84698D

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

Shades of Mamba #84698D

Tints of Mamba #84698D

Color information

#84698D (or 0x84698D) is unknown color: approx Mamba. HEX triplet: 84, 69 and 8D. RGB value is (132,105,141). Sum of RGB (Red+Green+Blue) = 132+105+141=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 141 - color contains mainly: blue. Hex color #84698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84698D is #7B9672. Grayscale: #757575. Windows color (decimal): -8099443 or 9267588. OLE color: 9267588.

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

Color convert

RGB132105141-
CMYK0.060.2600.45
HSL285º14.63%48.24%-
HSV(B)285º25.53%55.29%-
XYZ19.3816.9327.45-
YUV117.18141.45138.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.92%
GREEN value IS 105 (41.41% from 255) = 27.78%
BLUE value IS 141 (55.47% from 255) = 37.30%
R=34.92%
G=27.78%
B=37.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321051410.060.2600.4528514.6348.24
Hex84698D61A02D11df30
Octal2041512156320554351760
Binary100001001101001100011011101101001011011000111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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