#6D373D

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

Shades of Merlot #6D373D

Tints of Merlot #6D373D

Color information

#6D373D (or 0x6D373D) is unknown color: approx Merlot. HEX triplet: 6D, 37 and 3D. RGB value is (109,55,61). Sum of RGB (Red+Green+Blue) = 109+55+61=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D373D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D373D is #92C8C2. Grayscale: #474747. Windows color (decimal): -9619651 or 4011885. OLE color: 4011885.

HSL color Cylindrical-coordinate representation of color #6D373D: hue angle of 353.33º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D373D is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB1095561-
CMYK00.500.440.57
HSL353.33º32.93%32.16%-
HSV(B)353.33º49.54%42.75%-
XYZ8.526.325.19-
YUV71.83121.89154.51-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.44%
GREEN value IS 55 (21.88% from 255) = 24.44%
BLUE value IS 61 (24.22% from 255) = 27.11%
R=48.44%
G=24.44%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109556100.500.440.57353.3332.9332.16
Hex6D373D0322C391612120
Octal155677506254715414140
Binary11011011101111111010110010101100111001101100001100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D373D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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