#6D343F

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

Shades of Merlot #6D343F

Tints of Merlot #6D343F

Color information

#6D343F (or 0x6D343F) is unknown color: approx Merlot. HEX triplet: 6D, 34 and 3F. RGB value is (109,52,63). Sum of RGB (Red+Green+Blue) = 109+52+63=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D343F is #92CBC0. Grayscale: #464646. Windows color (decimal): -9620417 or 4142189. OLE color: 4142189.

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

Color convert

RGB1095263-
CMYK00.520.420.57
HSL348.42º35.4%31.57%-
HSV(B)348.42º52.29%42.75%-
XYZ8.436.075.43-
YUV70.3123.88155.61-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.66%
GREEN value IS 52 (20.70% from 255) = 23.21%
BLUE value IS 63 (25% from 255) = 28.12%
R=48.66%
G=23.21%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109526300.520.420.57348.4235.431.57
Hex6D343F0342A3915c2320
Octal155647706452715344340
Binary11011011101001111110110100101010111001101011100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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