#6F3642

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

Shades of Merlot #6F3642

Tints of Merlot #6F3642

Color information

#6F3642 (or 0x6F3642) is unknown color: approx Merlot. HEX triplet: 6F, 36 and 42. RGB value is (111,54,66). Sum of RGB (Red+Green+Blue) = 111+54+66=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3642 is #90C9BD. Grayscale: #484848. Windows color (decimal): -9488830 or 4339311. OLE color: 4339311.

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

Color convert

RGB1115466-
CMYK00.510.410.56
HSL347.37º34.55%32.35%-
HSV(B)347.37º51.35%43.53%-
XYZ8.866.415.92-
YUV72.41124.38155.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.05%
GREEN value IS 54 (21.48% from 255) = 23.38%
BLUE value IS 66 (26.17% from 255) = 28.57%
R=48.05%
G=23.38%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111546600.510.410.56347.3734.5532.35
Hex6F3642033293815b2320
Octal1576610206351705334340
Binary110111111011010000100110011101001111000101011011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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