#6E5976

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

Shades of Rum #6E5976

Tints of Rum #6E5976

Color information

#6E5976 (or 0x6E5976) is unknown color: approx Rum. HEX triplet: 6E, 59 and 76. RGB value is (110,89,118). Sum of RGB (Red+Green+Blue) = 110+89+118=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 118 - color contains mainly: blue. Hex color #6E5976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5976 is #91A689. Grayscale: #626262. Windows color (decimal): -9545354 or 7756142. OLE color: 7756142.

HSL color Cylindrical-coordinate representation of color #6E5976: hue angle of 283.45º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E5976 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11089118-
CMYK0.070.2500.54
HSL283.45º14.01%40.59%-
HSV(B)283.45º24.58%46.27%-
XYZ13.2711.7718.71-
YUV98.58138.96136.14-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.70%
GREEN value IS 89 (35.16% from 255) = 28.08%
BLUE value IS 118 (46.48% from 255) = 37.22%
R=34.70%
G=28.08%
B=37.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal110891180.070.2500.54283.4514.0140.59
Hex6E597671903611be29
Octal1561311667310664331651
Binary1101110101100111101101111100101101101000110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E5976; }

 p { color: rgb(110,89,118); }

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

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

 a { background-color: rgb(110,89,118); }

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

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

 span { border-color: rgb(110,89,118); }

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