#6D3134

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

Shades of Merlot #6D3134

Tints of Merlot #6D3134

Color information

#6D3134 (or 0x6D3134) is unknown color: approx Merlot. HEX triplet: 6D, 31 and 34. RGB value is (109,49,52). Sum of RGB (Red+Green+Blue) = 109+49+52=210 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.90% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3134 is #92CECB. Grayscale: #434343. Windows color (decimal): -9621196 or 3420525. OLE color: 3420525.

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

Color convert

RGB1094952-
CMYK00.550.520.57
HSL357º37.97%30.98%-
HSV(B)357º55.05%42.75%-
XYZ8.025.73.93-
YUV67.28119.38157.76-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 51.90%
GREEN value IS 49 (19.53% from 255) = 23.33%
BLUE value IS 52 (20.70% from 255) = 24.76%
R=51.90%
G=23.33%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109495200.550.520.5735737.9730.98
Hex6D31340373439165261f
Octal155616406764715454637
Binary1101101110001110100011011111010011100110110010110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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