#6B343A

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

Shades of Merlot #6B343A

Tints of Merlot #6B343A

Color information

#6B343A (or 0x6B343A) is unknown color: approx Merlot. HEX triplet: 6B, 34 and 3A. RGB value is (107,52,58). Sum of RGB (Red+Green+Blue) = 107+52+58=217 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.31% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 107 - color contains mainly: red. Hex color #6B343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B343A is #94CBC5. Grayscale: #454545. Windows color (decimal): -9751494 or 3814507. OLE color: 3814507.

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

Color convert

RGB1075258-
CMYK00.510.460.58
HSL353.45º34.59%31.18%-
HSV(B)353.45º51.4%41.96%-
XYZ8.065.894.71-
YUV69.13121.72155.01-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 49.31%
GREEN value IS 52 (20.70% from 255) = 23.96%
BLUE value IS 58 (23.05% from 255) = 26.73%
R=49.31%
G=23.96%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107525800.510.460.58353.4534.5931.18
Hex6B343A0332E3A161231f
Octal153647206356725414337
Binary1101011110100111010011001110111011101010110000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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