#6C3538

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

Shades of Merlot #6C3538

Tints of Merlot #6C3538

Color information

#6C3538 (or 0x6C3538) is unknown color: approx Merlot. HEX triplet: 6C, 35 and 38. RGB value is (108,53,56). Sum of RGB (Red+Green+Blue) = 108+53+56=217 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.77% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3538 is #93CAC7. Grayscale: #454545. Windows color (decimal): -9685704 or 3683692. OLE color: 3683692.

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

Color convert

RGB1085356-
CMYK00.510.480.58
HSL356.73º34.16%31.57%-
HSV(B)356.73º50.93%42.35%-
XYZ8.176.024.47-
YUV69.79120.22155.26-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 49.77%
GREEN value IS 53 (21.09% from 255) = 24.42%
BLUE value IS 56 (22.27% from 255) = 25.81%
R=49.77%
G=24.42%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108535600.510.480.58356.7334.1631.57
Hex6C3538033303A1652220
Octal154657006360725454240
Binary11011001101011110000110011110000111010101100101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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