#6F3134

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

Shades of Merlot #6F3134

Tints of Merlot #6F3134

Color information

#6F3134 (or 0x6F3134) is unknown color: approx Merlot. HEX triplet: 6F, 31 and 34. RGB value is (111,49,52). Sum of RGB (Red+Green+Blue) = 111+49+52=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3134 is #90CECB. Grayscale: #434343. Windows color (decimal): -9490124 or 3420527. OLE color: 3420527.

HSL color Cylindrical-coordinate representation of color #6F3134: hue angle of 357.1º 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 #6F3134 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB1114952-
CMYK00.560.530.56
HSL357.1º38.75%31.37%-
HSV(B)357.1º55.86%43.53%-
XYZ8.275.823.94-
YUV67.88119.04158.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.36%
GREEN value IS 49 (19.53% from 255) = 23.11%
BLUE value IS 52 (20.70% from 255) = 24.53%
R=52.36%
G=23.11%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111495200.560.530.56357.138.7531.37
Hex6F31340383538165271f
Octal157616407065705454737
Binary1101111110001110100011100011010111100010110010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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