#6F3138

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

Shades of Merlot #6F3138

Tints of Merlot #6F3138

Color information

#6F3138 (or 0x6F3138) is unknown color: approx Merlot. HEX triplet: 6F, 31 and 38. RGB value is (111,49,56). Sum of RGB (Red+Green+Blue) = 111+49+56=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3138 is #90CEC7. Grayscale: #444444. Windows color (decimal): -9490120 or 3682671. OLE color: 3682671.

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

Color convert

RGB1114956-
CMYK00.560.500.56
HSL353.23º38.75%31.37%-
HSV(B)353.23º55.86%43.53%-
XYZ8.375.864.43-
YUV68.34121.04158.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.39%
GREEN value IS 49 (19.53% from 255) = 22.69%
BLUE value IS 56 (22.27% from 255) = 25.93%
R=51.39%
G=22.69%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111495600.560.500.56353.2338.7531.37
Hex6F31380383238161271f
Octal157617007062705414737
Binary1101111110001111000011100011001011100010110000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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