#6B3439

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

Shades of Merlot #6B3439

Tints of Merlot #6B3439

Color information

#6B3439 (or 0x6B3439) is unknown color: approx Merlot. HEX triplet: 6B, 34 and 39. RGB value is (107,52,57). Sum of RGB (Red+Green+Blue) = 107+52+57=216 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.54% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 57 (22.66% from 255 or 26.39% from 216); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3439 is #94CBC6. Grayscale: #454545. Windows color (decimal): -9751495 or 3748971. OLE color: 3748971.

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

Color convert

RGB1075257-
CMYK00.510.470.58
HSL354.55º34.59%31.18%-
HSV(B)354.55º51.4%41.96%-
XYZ8.035.884.58-
YUV69.02121.22155.09-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 49.54%
GREEN value IS 52 (20.70% from 255) = 24.07%
BLUE value IS 57 (22.66% from 255) = 26.39%
R=49.54%
G=24.07%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107525700.510.470.58354.5534.5931.18
Hex6B34390332F3A163231f
Octal153647106357725434337
Binary1101011110100111001011001110111111101010110001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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