#6F373E

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

Shades of Merlot #6F373E

Tints of Merlot #6F373E

Color information

#6F373E (or 0x6F373E) is unknown color: approx Merlot. HEX triplet: 6F, 37 and 3E. RGB value is (111,55,62). Sum of RGB (Red+Green+Blue) = 111+55+62=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F373E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F373E is #90C8C1. Grayscale: #484848. Windows color (decimal): -9488578 or 4077423. OLE color: 4077423.

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

Color convert

RGB1115562-
CMYK00.500.440.56
HSL352.5º33.73%32.55%-
HSV(B)352.5º50.45%43.53%-
XYZ8.796.465.34-
YUV72.54122.05155.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.68%
GREEN value IS 55 (21.88% from 255) = 24.12%
BLUE value IS 62 (24.61% from 255) = 27.19%
R=48.68%
G=24.12%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111556200.500.440.56352.533.7332.55
Hex6F373E0322C381602221
Octal157677606254705404241
Binary11011111101111111100110010101100111000101100000100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,55,62); }

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

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

 a { background-color: rgb(111,55,62); }

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

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

 span { border-color: rgb(111,55,62); }

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