#6D3840

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

Shades of Merlot #6D3840

Tints of Merlot #6D3840

Color information

#6D3840 (or 0x6D3840) is unknown color: approx Merlot. HEX triplet: 6D, 38 and 40. RGB value is (109,56,64). Sum of RGB (Red+Green+Blue) = 109+56+64=229 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.60% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3840 is #92C7BF. Grayscale: #484848. Windows color (decimal): -9619392 or 4208749. OLE color: 4208749.

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

Color convert

RGB1095664-
CMYK00.490.410.57
HSL350.94º32.12%32.35%-
HSV(B)350.94º48.62%42.75%-
XYZ8.656.455.64-
YUV72.76123.06153.85-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.60%
GREEN value IS 56 (22.27% from 255) = 24.45%
BLUE value IS 64 (25.39% from 255) = 27.95%
R=47.60%
G=24.45%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109566400.490.410.57350.9432.1232.35
Hex6D3840031293915f2020
Octal1557010006151715374040
Binary110110111100010000000110001101001111001101011111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,56,64); }

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

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

 a { background-color: rgb(109,56,64); }

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

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

 span { border-color: rgb(109,56,64); }

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