#6B3740

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

Shades of Merlot #6B3740

Tints of Merlot #6B3740

Color information

#6B3740 (or 0x6B3740) is unknown color: approx Merlot. HEX triplet: 6B, 37 and 40. RGB value is (107,55,64). Sum of RGB (Red+Green+Blue) = 107+55+64=226 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.35% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3740 is #94C8BF. Grayscale: #474747. Windows color (decimal): -9750720 or 4208491. OLE color: 4208491.

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

Color convert

RGB1075564-
CMYK00.490.400.58
HSL349.62º32.1%31.76%-
HSV(B)349.62º48.6%41.96%-
XYZ8.366.235.61-
YUV71.57123.73153.27-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.35%
GREEN value IS 55 (21.88% from 255) = 24.34%
BLUE value IS 64 (25.39% from 255) = 28.32%
R=47.35%
G=24.34%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107556400.490.400.58349.6232.131.76
Hex6B3740031283A15e2020
Octal1536710006150725364040
Binary110101111011110000000110001101000111010101011110100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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