#6A343C

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

Shades of Merlot #6A343C

Tints of Merlot #6A343C

Color information

#6A343C (or 0x6A343C) is unknown color: approx Merlot. HEX triplet: 6A, 34 and 3C. RGB value is (106,52,60). Sum of RGB (Red+Green+Blue) = 106+52+60=218 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.62% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 106 - color contains mainly: red. Hex color #6A343C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A343C is #95CBC3. Grayscale: #454545. Windows color (decimal): -9817028 or 3945578. OLE color: 3945578.

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

Color convert

RGB1065260-
CMYK00.510.430.58
HSL351.11º34.18%30.98%-
HSV(B)351.11º50.94%41.57%-
XYZ7.995.854.98-
YUV69.06122.89154.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 48.62%
GREEN value IS 52 (20.70% from 255) = 23.85%
BLUE value IS 60 (23.83% from 255) = 27.52%
R=48.62%
G=23.85%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106526000.510.430.58351.1134.1830.98
Hex6A343C0332B3A15f221f
Octal152647406353725374237
Binary1101010110100111100011001110101111101010101111110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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