#6A343B

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

Shades of Merlot #6A343B

Tints of Merlot #6A343B

Color information

#6A343B (or 0x6A343B) is unknown color: approx Merlot. HEX triplet: 6A, 34 and 3B. RGB value is (106,52,59). Sum of RGB (Red+Green+Blue) = 106+52+59=217 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.85% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 106 - color contains mainly: red. Hex color #6A343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A343B is #95CBC4. Grayscale: #444444. Windows color (decimal): -9817029 or 3880042. OLE color: 3880042.

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

Color convert

RGB1065259-
CMYK00.510.440.58
HSL352.22º34.18%30.98%-
HSV(B)352.22º50.94%41.57%-
XYZ7.965.844.84-
YUV68.94122.39154.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 48.85%
GREEN value IS 52 (20.70% from 255) = 23.96%
BLUE value IS 59 (23.44% from 255) = 27.19%
R=48.85%
G=23.96%
B=27.19%

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
Decimal106525900.510.440.58352.2234.1830.98
Hex6A343B0332C3A160221f
Octal152647306354725404237
Binary1101010110100111011011001110110011101010110000010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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