#6C3740

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

Shades of Merlot #6C3740

Tints of Merlot #6C3740

Color information

#6C3740 (or 0x6C3740) is unknown color: approx Merlot. HEX triplet: 6C, 37 and 40. RGB value is (108,55,64). Sum of RGB (Red+Green+Blue) = 108+55+64=227 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.58% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3740 is #93C8BF. Grayscale: #474747. Windows color (decimal): -9685184 or 4208492. OLE color: 4208492.

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

Color convert

RGB1085564-
CMYK00.490.410.58
HSL349.81º32.52%31.96%-
HSV(B)349.81º49.07%42.35%-
XYZ8.486.295.62-
YUV71.87123.56153.77-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 47.58%
GREEN value IS 55 (21.88% from 255) = 24.23%
BLUE value IS 64 (25.39% from 255) = 28.19%
R=47.58%
G=24.23%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108556400.490.410.58349.8132.5231.96
Hex6C3740031293A15e2120
Octal1546710006151725364140
Binary110110011011110000000110001101001111010101011110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,55,64); }

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

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

 a { background-color: rgb(108,55,64); }

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

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

 span { border-color: rgb(108,55,64); }

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