#6F313B

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

Shades of Merlot #6F313B

Tints of Merlot #6F313B

Color information

#6F313B (or 0x6F313B) is unknown color: approx Merlot. HEX triplet: 6F, 31 and 3B. RGB value is (111,49,59). Sum of RGB (Red+Green+Blue) = 111+49+59=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F313B is #90CEC4. Grayscale: #444444. Windows color (decimal): -9490117 or 3879279. OLE color: 3879279.

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

Color convert

RGB1114959-
CMYK00.560.470.56
HSL350.32º38.75%31.37%-
HSV(B)350.32º55.86%43.53%-
XYZ8.445.894.83-
YUV68.68122.54158.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.68%
GREEN value IS 49 (19.53% from 255) = 22.37%
BLUE value IS 59 (23.44% from 255) = 26.94%
R=50.68%
G=22.37%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111495900.560.470.56350.3238.7531.37
Hex6F313B0382F3815e271f
Octal157617307057705364737
Binary1101111110001111011011100010111111100010101111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F313B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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