#6C3A3F

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

Shades of Merlot #6C3A3F

Tints of Merlot #6C3A3F

Color information

#6C3A3F (or 0x6C3A3F) is unknown color: approx Merlot. HEX triplet: 6C, 3A and 3F. RGB value is (108,58,63). Sum of RGB (Red+Green+Blue) = 108+58+63=229 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.16% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3A3F is #93C5C0. Grayscale: #494949. Windows color (decimal): -9684417 or 4143724. OLE color: 4143724.

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

Color convert

RGB1085863-
CMYK00.460.420.58
HSL354º30.12%32.55%-
HSV(B)354º46.3%42.35%-
XYZ8.596.575.52-
YUV73.52122.06152.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 47.16%
GREEN value IS 58 (23.05% from 255) = 25.33%
BLUE value IS 63 (25% from 255) = 27.51%
R=47.16%
G=25.33%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108586300.460.420.5835430.1232.55
Hex6C3A3F02E2A3A1621e21
Octal154727705652725423641
Binary1101100111010111111010111010101011101010110001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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