#6F3A3C

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

Shades of Merlot #6F3A3C

Tints of Merlot #6F3A3C

Color information

#6F3A3C (or 0x6F3A3C) is unknown color: approx Merlot. HEX triplet: 6F, 3A and 3C. RGB value is (111,58,60). Sum of RGB (Red+Green+Blue) = 111+58+60=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3A3C is #90C5C3. Grayscale: #4A4A4A. Windows color (decimal): -9487812 or 3947119. OLE color: 3947119.

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

Color convert

RGB1115860-
CMYK00.480.460.56
HSL357.74º31.36%33.14%-
HSV(B)357.74º47.75%43.53%-
XYZ8.886.735.11-
YUV74.08120.06154.34-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.47%
GREEN value IS 58 (23.05% from 255) = 25.33%
BLUE value IS 60 (23.83% from 255) = 26.20%
R=48.47%
G=25.33%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111586000.480.460.56357.7431.3633.14
Hex6F3A3C0302E381661f21
Octal157727406056705463741
Binary1101111111010111100011000010111011100010110011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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