#6F343A

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

Shades of Merlot #6F343A

Tints of Merlot #6F343A

Color information

#6F343A (or 0x6F343A) is unknown color: approx Merlot. HEX triplet: 6F, 34 and 3A. RGB value is (111,52,58). Sum of RGB (Red+Green+Blue) = 111+52+58=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F343A is #90CBC5. Grayscale: #464646. Windows color (decimal): -9489350 or 3814511. OLE color: 3814511.

HSL color Cylindrical-coordinate representation of color #6F343A: hue angle of 353.9º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F343A is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB1115258-
CMYK00.530.480.56
HSL353.9º36.2%31.96%-
HSV(B)353.9º53.15%43.53%-
XYZ8.556.144.74-
YUV70.32121.05157.01-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.23%
GREEN value IS 52 (20.70% from 255) = 23.53%
BLUE value IS 58 (23.05% from 255) = 26.24%
R=50.23%
G=23.53%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111525800.530.480.56353.936.231.96
Hex6F343A03530381622420
Octal157647206560705424440
Binary11011111101001110100110101110000111000101100010100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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