#6F3A41

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

Shades of Merlot #6F3A41

Tints of Merlot #6F3A41

Color information

#6F3A41 (or 0x6F3A41) is unknown color: approx Merlot. HEX triplet: 6F, 3A and 41. RGB value is (111,58,65). Sum of RGB (Red+Green+Blue) = 111+58+65=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3A41 is #90C5BE. Grayscale: #4A4A4A. Windows color (decimal): -9487807 or 4274799. OLE color: 4274799.

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

Color convert

RGB1115865-
CMYK00.480.410.56
HSL352.08º31.36%33.14%-
HSV(B)352.08º47.75%43.53%-
XYZ9.026.795.84-
YUV74.64122.56153.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.44%
GREEN value IS 58 (23.05% from 255) = 24.79%
BLUE value IS 65 (25.78% from 255) = 27.78%
R=47.44%
G=24.79%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111586500.480.410.56352.0831.3633.14
Hex6F3A4103029381601f21
Octal1577210106051705403741
Binary11011111110101000001011000010100111100010110000011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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