#6C353F

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

Shades of Merlot #6C353F

Tints of Merlot #6C353F

Color information

#6C353F (or 0x6C353F) is unknown color: approx Merlot. HEX triplet: 6C, 35 and 3F. RGB value is (108,53,63). Sum of RGB (Red+Green+Blue) = 108+53+63=224 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.21% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 108 - color contains mainly: red. Hex color #6C353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C353F is #93CAC0. Grayscale: #464646. Windows color (decimal): -9685697 or 4142444. OLE color: 4142444.

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

Color convert

RGB1085363-
CMYK00.510.420.58
HSL349.09º34.16%31.57%-
HSV(B)349.09º50.93%42.35%-
XYZ8.356.095.44-
YUV70.58123.72154.69-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.21%
GREEN value IS 53 (21.09% from 255) = 23.66%
BLUE value IS 63 (25% from 255) = 28.12%
R=48.21%
G=23.66%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108536300.510.420.58349.0934.1631.57
Hex6C353F0332A3A15d2220
Octal154657706352725354240
Binary11011001101011111110110011101010111010101011101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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