#6C353A

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

Shades of Merlot #6C353A

Tints of Merlot #6C353A

Color information

#6C353A (or 0x6C353A) is unknown color: approx Merlot. HEX triplet: 6C, 35 and 3A. RGB value is (108,53,58). Sum of RGB (Red+Green+Blue) = 108+53+58=219 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.32% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 108 - color contains mainly: red. Hex color #6C353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C353A is #93CAC5. Grayscale: #464646. Windows color (decimal): -9685702 or 3814764. OLE color: 3814764.

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

Color convert

RGB1085358-
CMYK00.510.460.58
HSL354.55º34.16%31.57%-
HSV(B)354.55º50.93%42.35%-
XYZ8.226.044.74-
YUV70.02121.22155.09-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 49.32%
GREEN value IS 53 (21.09% from 255) = 24.20%
BLUE value IS 58 (23.05% from 255) = 26.48%
R=49.32%
G=24.20%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108535800.510.460.58354.5534.1631.57
Hex6C353A0332E3A1632220
Octal154657206356725434240
Binary11011001101011110100110011101110111010101100011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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