#6D3440

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

Shades of Merlot #6D3440

Tints of Merlot #6D3440

Color information

#6D3440 (or 0x6D3440) is unknown color: approx Merlot. HEX triplet: 6D, 34 and 40. RGB value is (109,52,64). Sum of RGB (Red+Green+Blue) = 109+52+64=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3440 is #92CBBF. Grayscale: #464646. Windows color (decimal): -9620416 or 4207725. OLE color: 4207725.

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

Color convert

RGB1095264-
CMYK00.520.410.57
HSL347.37º35.4%31.57%-
HSV(B)347.37º52.29%42.75%-
XYZ8.466.085.58-
YUV70.41124.38155.52-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.44%
GREEN value IS 52 (20.70% from 255) = 23.11%
BLUE value IS 64 (25.39% from 255) = 28.44%
R=48.44%
G=23.11%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109526400.520.410.57347.3735.431.57
Hex6D3440034293915b2320
Octal1556410006451715334340
Binary110110111010010000000110100101001111001101011011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,52,64); }

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

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

 a { background-color: rgb(109,52,64); }

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

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

 span { border-color: rgb(109,52,64); }

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