#6D343D

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

Shades of Merlot #6D343D

Tints of Merlot #6D343D

Color information

#6D343D (or 0x6D343D) is unknown color: approx Merlot. HEX triplet: 6D, 34 and 3D. RGB value is (109,52,61). Sum of RGB (Red+Green+Blue) = 109+52+61=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D343D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D343D is #92CBC2. Grayscale: #464646. Windows color (decimal): -9620419 or 4011117. OLE color: 4011117.

HSL color Cylindrical-coordinate representation of color #6D343D: hue angle of 350.53º 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 #6D343D is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB1095261-
CMYK00.520.440.57
HSL350.53º35.4%31.57%-
HSV(B)350.53º52.29%42.75%-
XYZ8.386.045.14-
YUV70.07122.88155.77-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 49.10%
GREEN value IS 52 (20.70% from 255) = 23.42%
BLUE value IS 61 (24.22% from 255) = 27.48%
R=49.10%
G=23.42%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109526100.520.440.57350.5335.431.57
Hex6D343D0342C3915f2320
Octal155647506454715374340
Binary11011011101001111010110100101100111001101011111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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