#6F3541

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

Shades of Merlot #6F3541

Tints of Merlot #6F3541

Color information

#6F3541 (or 0x6F3541) is unknown color: approx Merlot. HEX triplet: 6F, 35 and 41. RGB value is (111,53,65). Sum of RGB (Red+Green+Blue) = 111+53+65=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3541 is #90CABE. Grayscale: #474747. Windows color (decimal): -9489087 or 4273519. OLE color: 4273519.

HSL color Cylindrical-coordinate representation of color #6F3541: hue angle of 347.59º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F3541 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB1115365-
CMYK00.520.410.56
HSL347.59º35.37%32.16%-
HSV(B)347.59º52.25%43.53%-
XYZ8.786.315.76-
YUV71.71124.22156.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.47%
GREEN value IS 53 (21.09% from 255) = 23.14%
BLUE value IS 65 (25.78% from 255) = 28.38%
R=48.47%
G=23.14%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111536500.520.410.56347.5935.3732.16
Hex6F3541034293815c2320
Octal1576510106451705344340
Binary110111111010110000010110100101001111000101011100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,53,65); }

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

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

 a { background-color: rgb(111,53,65); }

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

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

 span { border-color: rgb(111,53,65); }

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