#6F323F

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

Shades of Merlot #6F323F

Tints of Merlot #6F323F

Color information

#6F323F (or 0x6F323F) is unknown color: approx Merlot. HEX triplet: 6F, 32 and 3F. RGB value is (111,50,63). Sum of RGB (Red+Green+Blue) = 111+50+63=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F323F is #90CDC0. Grayscale: #454545. Windows color (decimal): -9489857 or 4141679. OLE color: 4141679.

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

Color convert

RGB1115063-
CMYK00.550.430.56
HSL347.21º37.89%31.57%-
HSV(B)347.21º54.95%43.53%-
XYZ8.596.025.41-
YUV69.72124.21157.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.55%
GREEN value IS 50 (19.92% from 255) = 22.32%
BLUE value IS 63 (25% from 255) = 28.12%
R=49.55%
G=22.32%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111506300.550.430.56347.2137.8931.57
Hex6F323F0372B3815b2620
Octal157627706753705334640
Binary11011111100101111110110111101011111000101011011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,50,63); }

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

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

 a { background-color: rgb(111,50,63); }

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

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

 span { border-color: rgb(111,50,63); }

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