#6F3637

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

Shades of Merlot #6F3637

Tints of Merlot #6F3637

Color information

#6F3637 (or 0x6F3637) is unknown color: approx Merlot. HEX triplet: 6F, 36 and 37. RGB value is (111,54,55). Sum of RGB (Red+Green+Blue) = 111+54+55=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3637 is #90C9C8. Grayscale: #474747. Windows color (decimal): -9488841 or 3618415. OLE color: 3618415.

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

Color convert

RGB1115455-
CMYK00.510.500.56
HSL358.95º34.55%32.35%-
HSV(B)358.95º51.35%43.53%-
XYZ8.566.294.38-
YUV71.16118.88156.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.45%
GREEN value IS 54 (21.48% from 255) = 24.55%
BLUE value IS 55 (21.88% from 255) = 25%
R=50.45%
G=24.55%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111545500.510.500.56358.9534.5532.35
Hex6F363703332381672320
Octal157666706362705474340
Binary11011111101101101110110011110010111000101100111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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