#6D373A

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

Shades of Merlot #6D373A

Tints of Merlot #6D373A

Color information

#6D373A (or 0x6D373A) is unknown color: approx Merlot. HEX triplet: 6D, 37 and 3A. RGB value is (109,55,58). Sum of RGB (Red+Green+Blue) = 109+55+58=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D373A is #92C8C5. Grayscale: #474747. Windows color (decimal): -9619654 or 3815277. OLE color: 3815277.

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

Color convert

RGB1095558-
CMYK00.500.470.57
HSL356.67º32.93%32.16%-
HSV(B)356.67º49.54%42.75%-
XYZ8.446.294.77-
YUV71.49120.39154.76-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 49.10%
GREEN value IS 55 (21.88% from 255) = 24.77%
BLUE value IS 58 (23.05% from 255) = 26.13%
R=49.10%
G=24.77%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109555800.500.470.57356.6732.9332.16
Hex6D373A0322F391652120
Octal155677206257715454140
Binary11011011101111110100110010101111111001101100101100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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