#6F3841

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

Shades of Merlot #6F3841

Tints of Merlot #6F3841

Color information

#6F3841 (or 0x6F3841) is unknown color: approx Merlot. HEX triplet: 6F, 38 and 41. RGB value is (111,56,65). Sum of RGB (Red+Green+Blue) = 111+56+65=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3841 is #90C7BE. Grayscale: #494949. Windows color (decimal): -9488319 or 4274287. OLE color: 4274287.

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

Color convert

RGB1115665-
CMYK00.500.410.56
HSL350.18º32.93%32.75%-
HSV(B)350.18º49.55%43.53%-
XYZ8.926.595.8-
YUV73.47123.22154.77-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.84%
GREEN value IS 56 (22.27% from 255) = 24.14%
BLUE value IS 65 (25.78% from 255) = 28.02%
R=47.84%
G=24.14%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111566500.500.410.56350.1832.9332.75
Hex6F3841032293815e2121
Octal1577010106251705364141
Binary110111111100010000010110010101001111000101011110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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