#6C3539

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

Shades of Merlot #6C3539

Tints of Merlot #6C3539

Color information

#6C3539 (or 0x6C3539) is unknown color: approx Merlot. HEX triplet: 6C, 35 and 39. RGB value is (108,53,57). Sum of RGB (Red+Green+Blue) = 108+53+57=218 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.54% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3539 is #93CAC6. Grayscale: #454545. Windows color (decimal): -9685703 or 3749228. OLE color: 3749228.

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

Color convert

RGB1085357-
CMYK00.510.470.58
HSL355.64º34.16%31.57%-
HSV(B)355.64º50.93%42.35%-
XYZ8.26.034.6-
YUV69.9120.72155.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 49.54%
GREEN value IS 53 (21.09% from 255) = 24.31%
BLUE value IS 57 (22.66% from 255) = 26.15%
R=49.54%
G=24.31%
B=26.15%

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
Decimal108535700.510.470.58355.6434.1631.57
Hex6C35390332F3A1642220
Octal154657106357725444240
Binary11011001101011110010110011101111111010101100100100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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