#6C353D

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

Shades of Merlot #6C353D

Tints of Merlot #6C353D

Color information

#6C353D (or 0x6C353D) is unknown color: approx Merlot. HEX triplet: 6C, 35 and 3D. RGB value is (108,53,61). Sum of RGB (Red+Green+Blue) = 108+53+61=222 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.65% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 108 - color contains mainly: red. Hex color #6C353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C353D is #93CAC2. Grayscale: #464646. Windows color (decimal): -9685699 or 4011372. OLE color: 4011372.

HSL color Cylindrical-coordinate representation of color #6C353D: hue angle of 351.27º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C353D is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB1085361-
CMYK00.510.440.58
HSL351.27º34.16%31.57%-
HSV(B)351.27º50.93%42.35%-
XYZ8.36.075.15-
YUV70.36122.72154.85-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.65%
GREEN value IS 53 (21.09% from 255) = 23.87%
BLUE value IS 61 (24.22% from 255) = 27.48%
R=48.65%
G=23.87%
B=27.48%

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
Decimal108536100.510.440.58351.2734.1631.57
Hex6C353D0332C3A15f2220
Octal154657506354725374240
Binary11011001101011111010110011101100111010101011111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,53,61); }

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

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

 a { background-color: rgb(108,53,61); }

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

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

 span { border-color: rgb(108,53,61); }

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