#6F3640

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

Shades of Merlot #6F3640

Tints of Merlot #6F3640

Color information

#6F3640 (or 0x6F3640) is unknown color: approx Merlot. HEX triplet: 6F, 36 and 40. RGB value is (111,54,64). Sum of RGB (Red+Green+Blue) = 111+54+64=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3640 is #90C9BF. Grayscale: #484848. Windows color (decimal): -9488832 or 4208239. OLE color: 4208239.

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

Color convert

RGB1115464-
CMYK00.510.420.56
HSL349.47º34.55%32.35%-
HSV(B)349.47º51.35%43.53%-
XYZ8.86.395.62-
YUV72.18123.38155.69-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.47%
GREEN value IS 54 (21.48% from 255) = 23.58%
BLUE value IS 64 (25.39% from 255) = 27.95%
R=48.47%
G=23.58%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111546400.510.420.56349.4734.5532.35
Hex6F36400332A3815d2320
Octal1576610006352705354340
Binary110111111011010000000110011101010111000101011101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,54,64); }

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

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

 a { background-color: rgb(111,54,64); }

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

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

 span { border-color: rgb(111,54,64); }

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