#6D383C

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

Shades of Merlot #6D383C

Tints of Merlot #6D383C

Color information

#6D383C (or 0x6D383C) is unknown color: approx Merlot. HEX triplet: 6D, 38 and 3C. RGB value is (109,56,60). Sum of RGB (Red+Green+Blue) = 109+56+60=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D383C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D383C is #92C7C3. Grayscale: #484848. Windows color (decimal): -9619396 or 3946605. OLE color: 3946605.

HSL color Cylindrical-coordinate representation of color #6D383C: hue angle of 355.47º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D383C is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.57.

Color convert

RGB1095660-
CMYK00.490.450.57
HSL355.47º32.12%32.35%-
HSV(B)355.47º48.62%42.75%-
XYZ8.546.415.06-
YUV72.3121.06154.17-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.44%
GREEN value IS 56 (22.27% from 255) = 24.89%
BLUE value IS 60 (23.83% from 255) = 26.67%
R=48.44%
G=24.89%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109566000.490.450.57355.4732.1232.35
Hex6D383C0312D391632020
Octal155707406155715434040
Binary11011011110001111000110001101101111001101100011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,56,60); }

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

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

 a { background-color: rgb(109,56,60); }

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

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

 span { border-color: rgb(109,56,60); }

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