#6F333D

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

Shades of Merlot #6F333D

Tints of Merlot #6F333D

Color information

#6F333D (or 0x6F333D) is unknown color: approx Merlot. HEX triplet: 6F, 33 and 3D. RGB value is (111,51,61). Sum of RGB (Red+Green+Blue) = 111+51+61=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F333D is #90CCC2. Grayscale: #464646. Windows color (decimal): -9489603 or 4010863. OLE color: 4010863.

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

Color convert

RGB1115161-
CMYK00.540.450.56
HSL350º37.04%31.76%-
HSV(B)350º54.05%43.53%-
XYZ8.586.085.14-
YUV70.08122.88157.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.78%
GREEN value IS 51 (20.31% from 255) = 22.87%
BLUE value IS 61 (24.22% from 255) = 27.35%
R=49.78%
G=22.87%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111516100.540.450.5635037.0431.76
Hex6F333D0362D3815e2520
Octal157637506655705364540
Binary11011111100111111010110110101101111000101011110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,51,61); }

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

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

 a { background-color: rgb(111,51,61); }

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

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

 span { border-color: rgb(111,51,61); }

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