#6D3841

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

Shades of Merlot #6D3841

Tints of Merlot #6D3841

Color information

#6D3841 (or 0x6D3841) is unknown color: approx Merlot. HEX triplet: 6D, 38 and 41. RGB value is (109,56,65). Sum of RGB (Red+Green+Blue) = 109+56+65=230 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.39% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3841 is #92C7BE. Grayscale: #484848. Windows color (decimal): -9619391 or 4274285. OLE color: 4274285.

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

Color convert

RGB1095665-
CMYK00.490.400.57
HSL349.81º32.12%32.35%-
HSV(B)349.81º48.62%42.75%-
XYZ8.676.465.79-
YUV72.87123.56153.77-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.39%
GREEN value IS 56 (22.27% from 255) = 24.35%
BLUE value IS 65 (25.78% from 255) = 28.26%
R=47.39%
G=24.35%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109566500.490.400.57349.8132.1232.35
Hex6D3841031283915e2020
Octal1557010106150715364040
Binary110110111100010000010110001101000111001101011110100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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