#6F343E

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

Shades of Merlot #6F343E

Tints of Merlot #6F343E

Color information

#6F343E (or 0x6F343E) is unknown color: approx Merlot. HEX triplet: 6F, 34 and 3E. RGB value is (111,52,62). Sum of RGB (Red+Green+Blue) = 111+52+62=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F343E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F343E is #90CBC1. Grayscale: #464646. Windows color (decimal): -9489346 or 4076655. OLE color: 4076655.

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

Color convert

RGB1115262-
CMYK00.530.440.56
HSL349.83º36.2%31.96%-
HSV(B)349.83º53.15%43.53%-
XYZ8.656.185.29-
YUV70.78123.05156.69-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.33%
GREEN value IS 52 (20.70% from 255) = 23.11%
BLUE value IS 62 (24.61% from 255) = 27.56%
R=49.33%
G=23.11%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111526200.530.440.56349.8336.231.96
Hex6F343E0352C3815e2420
Octal157647606554705364440
Binary11011111101001111100110101101100111000101011110100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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