#6C313A

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

Shades of Merlot #6C313A

Tints of Merlot #6C313A

Color information

#6C313A (or 0x6C313A) is unknown color: approx Merlot. HEX triplet: 6C, 31 and 3A. RGB value is (108,49,58). Sum of RGB (Red+Green+Blue) = 108+49+58=215 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.23% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 108 - color contains mainly: red. Hex color #6C313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C313A is #93CEC5. Grayscale: #434343. Windows color (decimal): -9686726 or 3813740. OLE color: 3813740.

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

Color convert

RGB1084958-
CMYK00.550.460.58
HSL350.85º37.58%30.78%-
HSV(B)350.85º54.63%42.35%-
XYZ8.055.694.68-
YUV67.67122.55156.77-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 50.23%
GREEN value IS 49 (19.53% from 255) = 22.79%
BLUE value IS 58 (23.05% from 255) = 26.98%
R=50.23%
G=22.79%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108495800.550.460.58350.8537.5830.78
Hex6C313A0372E3A15f261f
Octal154617206756725374637
Binary1101100110001111010011011110111011101010101111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,49,58); }

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

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

 a { background-color: rgb(108,49,58); }

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

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

 span { border-color: rgb(108,49,58); }

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