#6C343D

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

Shades of Merlot #6C343D

Tints of Merlot #6C343D

Color information

#6C343D (or 0x6C343D) is unknown color: approx Merlot. HEX triplet: 6C, 34 and 3D. RGB value is (108,52,61). Sum of RGB (Red+Green+Blue) = 108+52+61=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 108 - color contains mainly: red. Hex color #6C343D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C343D is #93CBC2. Grayscale: #454545. Windows color (decimal): -9685955 or 4011116. OLE color: 4011116.

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

Color convert

RGB1085261-
CMYK00.520.440.58
HSL350.36º35%31.37%-
HSV(B)350.36º51.85%42.35%-
XYZ8.255.985.13-
YUV69.77123.05155.27-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.87%
GREEN value IS 52 (20.70% from 255) = 23.53%
BLUE value IS 61 (24.22% from 255) = 27.60%
R=48.87%
G=23.53%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108526100.520.440.58350.363531.37
Hex6C343D0342C3A15e231f
Octal154647506454725364337
Binary1101100110100111101011010010110011101010101111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,52,61); }

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

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

 a { background-color: rgb(108,52,61); }

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

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

 span { border-color: rgb(108,52,61); }

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