#84688D

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

Shades of Mamba #84688D

Tints of Mamba #84688D

Color information

#84688D (or 0x84688D) is unknown color: approx Mamba. HEX triplet: 84, 68 and 8D. RGB value is (132,104,141). Sum of RGB (Red+Green+Blue) = 132+104+141=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 141 - color contains mainly: blue. Hex color #84688D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84688D is #7B9772. Grayscale: #747474. Windows color (decimal): -8099699 or 9267332. OLE color: 9267332.

HSL color Cylindrical-coordinate representation of color #84688D: hue angle of 285.41º 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 #84688D is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB132104141-
CMYK0.060.2600.45
HSL285.41º15.1%48.04%-
HSV(B)285.41º26.24%55.29%-
XYZ19.2716.7327.41-
YUV116.59141.78138.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.01%
GREEN value IS 104 (41.02% from 255) = 27.59%
BLUE value IS 141 (55.47% from 255) = 37.40%
R=35.01%
G=27.59%
B=37.40%

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
Decimal1321041410.060.2600.45285.4115.148.04
Hex84688D61A02D11df30
Octal2041502156320554351760
Binary100001001101000100011011101101001011011000111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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