#6E3640

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

Shades of Merlot #6E3640

Tints of Merlot #6E3640

Color information

#6E3640 (or 0x6E3640) is unknown color: approx Merlot. HEX triplet: 6E, 36 and 40. RGB value is (110,54,64). Sum of RGB (Red+Green+Blue) = 110+54+64=228 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.25% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3640 is #91C9BF. Grayscale: #474747. Windows color (decimal): -9554368 or 4208238. OLE color: 4208238.

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

Color convert

RGB1105464-
CMYK00.510.420.57
HSL349.29º34.15%32.16%-
HSV(B)349.29º50.91%43.14%-
XYZ8.676.325.61-
YUV71.88123.55155.19-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 48.25%
GREEN value IS 54 (21.48% from 255) = 23.68%
BLUE value IS 64 (25.39% from 255) = 28.07%
R=48.25%
G=23.68%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110546400.510.420.57349.2934.1532.16
Hex6E36400332A3915d2220
Octal1566610006352715354240
Binary110111011011010000000110011101010111001101011101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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