#6B343C

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

Shades of Merlot #6B343C

Tints of Merlot #6B343C

Color information

#6B343C (or 0x6B343C) is unknown color: approx Merlot. HEX triplet: 6B, 34 and 3C. RGB value is (107,52,60). Sum of RGB (Red+Green+Blue) = 107+52+60=219 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.86% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 107 - color contains mainly: red. Hex color #6B343C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B343C is #94CBC3. Grayscale: #454545. Windows color (decimal): -9751492 or 3945579. OLE color: 3945579.

HSL color Cylindrical-coordinate representation of color #6B343C: hue angle of 351.27º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B343C is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB1075260-
CMYK00.510.440.58
HSL351.27º34.59%31.18%-
HSV(B)351.27º51.4%41.96%-
XYZ8.115.914.99-
YUV69.36122.72154.85-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.86%
GREEN value IS 52 (20.70% from 255) = 23.74%
BLUE value IS 60 (23.83% from 255) = 27.40%
R=48.86%
G=23.74%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107526000.510.440.58351.2734.5931.18
Hex6B343C0332C3A15f231f
Octal153647406354725374337
Binary1101011110100111100011001110110011101010101111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,52,60); }

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

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

 a { background-color: rgb(107,52,60); }

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

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

 span { border-color: rgb(107,52,60); }

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