#67373E

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

Shades of Merlot #67373E

Tints of Merlot #67373E

Color information

#67373E (or 0x67373E) is unknown color: approx Merlot. HEX triplet: 67, 37 and 3E. RGB value is (103,55,62). Sum of RGB (Red+Green+Blue) = 103+55+62=220 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.82% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 103 - color contains mainly: red. Hex color #67373E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67373E is #98C8C1. Grayscale: #464646. Windows color (decimal): -10012866 or 4077415. OLE color: 4077415.

HSL color Cylindrical-coordinate representation of color #67373E: hue angle of 351.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67373E is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB1035562-
CMYK00.470.400.60
HSL351.25º30.38%30.98%-
HSV(B)351.25º46.6%40.39%-
XYZ7.835.965.3-
YUV70.15123.4151.43-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 46.82%
GREEN value IS 55 (21.88% from 255) = 25%
BLUE value IS 62 (24.61% from 255) = 28.18%
R=46.82%
G=25%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103556200.470.400.60351.2530.3830.98
Hex67373E02F283C15f1e1f
Octal147677605750745373637
Binary110011111011111111001011111010001111001010111111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67373E; }

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

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

<style>
 a { background-color: #67373E; }

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

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

<style>
 span { border-color: #67373E; }

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

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