#6C3A41

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

Shades of Merlot #6C3A41

Tints of Merlot #6C3A41

Color information

#6C3A41 (or 0x6C3A41) is unknown color: approx Merlot. HEX triplet: 6C, 3A and 41. RGB value is (108,58,65). Sum of RGB (Red+Green+Blue) = 108+58+65=231 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.75% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3A41 is #93C5BE. Grayscale: #494949. Windows color (decimal): -9684415 or 4274796. OLE color: 4274796.

HSL color Cylindrical-coordinate representation of color #6C3A41: hue angle of 351.6º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C3A41 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB1085865-
CMYK00.460.400.58
HSL351.6º30.12%32.55%-
HSV(B)351.6º46.3%42.35%-
XYZ8.656.65.82-
YUV73.75123.06152.43-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.75%
GREEN value IS 58 (23.05% from 255) = 25.11%
BLUE value IS 65 (25.78% from 255) = 28.14%
R=46.75%
G=25.11%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108586500.460.400.58351.630.1232.55
Hex6C3A4102E283A1601e21
Octal1547210105650725403641
Binary11011001110101000001010111010100011101010110000011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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