#6D303A

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

Shades of Merlot #6D303A

Tints of Merlot #6D303A

Color information

#6D303A (or 0x6D303A) is unknown color: approx Merlot. HEX triplet: 6D, 30 and 3A. RGB value is (109,48,58). Sum of RGB (Red+Green+Blue) = 109+48+58=215 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.70% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 109 - color contains mainly: red. Hex color #6D303A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D303A is #92CFC5. Grayscale: #434343. Windows color (decimal): -9621446 or 3813485. OLE color: 3813485.

HSL color Cylindrical-coordinate representation of color #6D303A: hue angle of 350.16º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D303A is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.57.

Color convert

RGB1094858-
CMYK00.560.470.57
HSL350.16º38.85%30.78%-
HSV(B)350.16º55.96%42.75%-
XYZ8.135.674.67-
YUV67.38122.71157.69-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 50.70%
GREEN value IS 48 (19.14% from 255) = 22.33%
BLUE value IS 58 (23.05% from 255) = 26.98%
R=50.70%
G=22.33%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109485800.560.470.57350.1638.8530.78
Hex6D303A0382F3915e271f
Octal155607207057715364737
Binary1101101110000111010011100010111111100110101111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,48,58); }

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

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

 a { background-color: rgb(109,48,58); }

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

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

 span { border-color: rgb(109,48,58); }

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