#6D3538

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

Shades of Merlot #6D3538

Tints of Merlot #6D3538

Color information

#6D3538 (or 0x6D3538) is unknown color: approx Merlot. HEX triplet: 6D, 35 and 38. RGB value is (109,53,56). Sum of RGB (Red+Green+Blue) = 109+53+56=218 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3538 is #92CAC7. Grayscale: #464646. Windows color (decimal): -9620168 or 3683693. OLE color: 3683693.

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

Color convert

RGB1095356-
CMYK00.510.490.57
HSL356.79º34.57%31.76%-
HSV(B)356.79º51.38%42.75%-
XYZ8.296.084.48-
YUV70.09120.05155.76-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 50%
GREEN value IS 53 (21.09% from 255) = 24.31%
BLUE value IS 56 (22.27% from 255) = 25.69%
R=50%
G=24.31%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109535600.510.490.57356.7934.5731.76
Hex6D353803331391652320
Octal155657006361715454340
Binary11011011101011110000110011110001111001101100101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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