#6F343C

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

Shades of Merlot #6F343C

Tints of Merlot #6F343C

Color information

#6F343C (or 0x6F343C) is unknown color: approx Merlot. HEX triplet: 6F, 34 and 3C. RGB value is (111,52,60). Sum of RGB (Red+Green+Blue) = 111+52+60=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F343C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F343C is #90CBC3. Grayscale: #464646. Windows color (decimal): -9489348 or 3945583. OLE color: 3945583.

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

Color convert

RGB1115260-
CMYK00.530.460.56
HSL351.86º36.2%31.96%-
HSV(B)351.86º53.15%43.53%-
XYZ8.66.165.01-
YUV70.55122.05156.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.78%
GREEN value IS 52 (20.70% from 255) = 23.32%
BLUE value IS 60 (23.83% from 255) = 26.91%
R=49.78%
G=23.32%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111526000.530.460.56351.8636.231.96
Hex6F343C0352E381602420
Octal157647406556705404440
Binary11011111101001111000110101101110111000101100000100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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