#6E3940

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

Shades of Merlot #6E3940

Tints of Merlot #6E3940

Color information

#6E3940 (or 0x6E3940) is unknown color: approx Merlot. HEX triplet: 6E, 39 and 40. RGB value is (110,57,64). Sum of RGB (Red+Green+Blue) = 110+57+64=231 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.62% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3940 is #91C6BF. Grayscale: #494949. Windows color (decimal): -9553600 or 4209006. OLE color: 4209006.

HSL color Cylindrical-coordinate representation of color #6E3940: hue angle of 352.08º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E3940 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.57.

Color convert

RGB1105764-
CMYK00.480.420.57
HSL352.08º31.74%32.75%-
HSV(B)352.08º48.18%43.14%-
XYZ8.826.615.66-
YUV73.64122.56153.93-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 47.62%
GREEN value IS 57 (22.66% from 255) = 24.68%
BLUE value IS 64 (25.39% from 255) = 27.71%
R=47.62%
G=24.68%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110576400.480.420.57352.0831.7432.75
Hex6E39400302A391602021
Octal1567110006052715404041
Binary110111011100110000000110000101010111001101100000100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,57,64); }

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

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

 a { background-color: rgb(110,57,64); }

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

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

 span { border-color: rgb(110,57,64); }

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