#6B3741

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

Shades of Merlot #6B3741

Tints of Merlot #6B3741

Color information

#6B3741 (or 0x6B3741) is unknown color: approx Merlot. HEX triplet: 6B, 37 and 41. RGB value is (107,55,65). Sum of RGB (Red+Green+Blue) = 107+55+65=227 (30% of max value = 765). Red value is 107 (42.19% from 255 or 47.14% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3741 is #94C8BE. Grayscale: #474747. Windows color (decimal): -9750719 or 4274027. OLE color: 4274027.

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

Color convert

RGB1075565-
CMYK00.490.390.58
HSL348.46º32.1%31.76%-
HSV(B)348.46º48.6%41.96%-
XYZ8.386.245.76-
YUV71.69124.23153.19-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.14%
GREEN value IS 55 (21.88% from 255) = 24.23%
BLUE value IS 65 (25.78% from 255) = 28.63%
R=47.14%
G=24.23%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107556500.490.390.58348.4632.131.76
Hex6B3741031273A15c2020
Octal1536710106147725344040
Binary110101111011110000010110001100111111010101011100100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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