#6C353C

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

Shades of Merlot #6C353C

Tints of Merlot #6C353C

Color information

#6C353C (or 0x6C353C) is unknown color: approx Merlot. HEX triplet: 6C, 35 and 3C. RGB value is (108,53,60). Sum of RGB (Red+Green+Blue) = 108+53+60=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 108 - color contains mainly: red. Hex color #6C353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C353C is #93CAC3. Grayscale: #464646. Windows color (decimal): -9685700 or 3945836. OLE color: 3945836.

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

Color convert

RGB1085360-
CMYK00.510.440.58
HSL352.36º34.16%31.57%-
HSV(B)352.36º50.93%42.35%-
XYZ8.276.065.01-
YUV70.24122.22154.93-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.87%
GREEN value IS 53 (21.09% from 255) = 23.98%
BLUE value IS 60 (23.83% from 255) = 27.15%
R=48.87%
G=23.98%
B=27.15%

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
Decimal108536000.510.440.58352.3634.1631.57
Hex6C353C0332C3A1602220
Octal154657406354725404240
Binary11011001101011111000110011101100111010101100000100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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