#6C393B

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

Shades of Merlot #6C393B

Tints of Merlot #6C393B

Color information

#6C393B (or 0x6C393B) is unknown color: approx Merlot. HEX triplet: 6C, 39 and 3B. RGB value is (108,57,59). Sum of RGB (Red+Green+Blue) = 108+57+59=224 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.21% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 108 - color contains mainly: red. Hex color #6C393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C393B is #93C6C4. Grayscale: #484848. Windows color (decimal): -9684677 or 3881324. OLE color: 3881324.

HSL color Cylindrical-coordinate representation of color #6C393B: hue angle of 357.65º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C393B is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB1085759-
CMYK00.470.450.58
HSL357.65º30.91%32.35%-
HSV(B)357.65º47.22%42.35%-
XYZ8.446.434.93-
YUV72.48120.4153.34-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.21%
GREEN value IS 57 (22.66% from 255) = 25.45%
BLUE value IS 59 (23.44% from 255) = 26.34%
R=48.21%
G=25.45%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108575900.470.450.58357.6530.9132.35
Hex6C393B02F2D3A1661f20
Octal154717305755725463740
Binary1101100111001111011010111110110111101010110011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,57,59); }

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

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

 a { background-color: rgb(108,57,59); }

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

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

 span { border-color: rgb(108,57,59); }

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