#6E5E70

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

Shades of Rum #6E5E70

Tints of Rum #6E5E70

Color information

#6E5E70 (or 0x6E5E70) is unknown color: approx Rum. HEX triplet: 6E, 5E and 70. RGB value is (110,94,112). Sum of RGB (Red+Green+Blue) = 110+94+112=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 112 - color contains mainly: blue. Hex color #6E5E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5E70 is #91A18F. Grayscale: #646464. Windows color (decimal): -9544080 or 7364206. OLE color: 7364206.

HSL color Cylindrical-coordinate representation of color #6E5E70: hue angle of 293.33º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6E5E70 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11094112-
CMYK0.020.1600.56
HSL293.33º8.74%40.39%-
HSV(B)293.33º16.07%43.92%-
XYZ13.3612.4917.04-
YUV100.84134.3134.54-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.81%
GREEN value IS 94 (37.11% from 255) = 29.75%
BLUE value IS 112 (44.14% from 255) = 35.44%
R=34.81%
G=29.75%
B=35.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110941120.020.1600.56293.338.7440.39
Hex6E5E70210038125928
Octal1561361602200704451150
Binary110111010111101110000101000001110001001001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,94,112); }

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

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

 a { background-color: rgb(110,94,112); }

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

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

 span { border-color: rgb(110,94,112); }

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