#6F3739

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

Shades of Merlot #6F3739

Tints of Merlot #6F3739

Color information

#6F3739 (or 0x6F3739) is unknown color: approx Merlot. HEX triplet: 6F, 37 and 39. RGB value is (111,55,57). Sum of RGB (Red+Green+Blue) = 111+55+57=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 57 (22.66% from 255 or 25.56% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3739 is #90C8C6. Grayscale: #484848. Windows color (decimal): -9488583 or 3749743. OLE color: 3749743.

HSL color Cylindrical-coordinate representation of color #6F3739: hue angle of 357.86º degrees, saturation: 0.34, 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 #6F3739 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB1115557-
CMYK00.500.490.56
HSL357.86º33.73%32.55%-
HSV(B)357.86º50.45%43.53%-
XYZ8.666.414.65-
YUV71.97119.55155.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.78%
GREEN value IS 55 (21.88% from 255) = 24.66%
BLUE value IS 57 (22.66% from 255) = 25.56%
R=49.78%
G=24.66%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111555700.500.490.56357.8633.7332.55
Hex6F373903231381662221
Octal157677106261705464241
Binary11011111101111110010110010110001111000101100110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,55,57); }

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

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

 a { background-color: rgb(111,55,57); }

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

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

 span { border-color: rgb(111,55,57); }

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