#68373E

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

Shades of Merlot #68373E

Tints of Merlot #68373E

Color information

#68373E (or 0x68373E) is unknown color: approx Merlot. HEX triplet: 68, 37 and 3E. RGB value is (104,55,62). Sum of RGB (Red+Green+Blue) = 104+55+62=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #68373E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68373E is #97C8C1. Grayscale: #464646. Windows color (decimal): -9947330 or 4077416. OLE color: 4077416.

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

Color convert

RGB1045562-
CMYK00.470.400.59
HSL351.43º30.82%31.18%-
HSV(B)351.43º47.12%40.78%-
XYZ7.946.025.3-
YUV70.45123.23151.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.06%
GREEN value IS 55 (21.88% from 255) = 24.89%
BLUE value IS 62 (24.61% from 255) = 28.05%
R=47.06%
G=24.89%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104556200.470.400.59351.4330.8231.18
Hex68373E02F283B15f1f1f
Octal150677605750735373737
Binary110100011011111111001011111010001110111010111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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