#6F313E

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

Shades of Merlot #6F313E

Tints of Merlot #6F313E

Color information

#6F313E (or 0x6F313E) is unknown color: approx Merlot. HEX triplet: 6F, 31 and 3E. RGB value is (111,49,62). Sum of RGB (Red+Green+Blue) = 111+49+62=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F313E is #90CEC1. Grayscale: #454545. Windows color (decimal): -9490114 or 4075887. OLE color: 4075887.

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

Color convert

RGB1114962-
CMYK00.560.440.56
HSL347.42º38.75%31.37%-
HSV(B)347.42º55.86%43.53%-
XYZ8.525.925.25-
YUV69.02124.04157.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50%
GREEN value IS 49 (19.53% from 255) = 22.07%
BLUE value IS 62 (24.61% from 255) = 27.93%
R=50%
G=22.07%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111496200.560.440.56347.4238.7531.37
Hex6F313E0382C3815b271f
Octal157617607054705334737
Binary1101111110001111110011100010110011100010101101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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