#68373B

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

Shades of Merlot #68373B

Tints of Merlot #68373B

Color information

#68373B (or 0x68373B) is unknown color: approx Merlot. HEX triplet: 68, 37 and 3B. RGB value is (104,55,59). Sum of RGB (Red+Green+Blue) = 104+55+59=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #68373B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68373B is #97C8C4. Grayscale: #464646. Windows color (decimal): -9947333 or 3880808. OLE color: 3880808.

HSL color Cylindrical-coordinate representation of color #68373B: hue angle of 355.1º 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 #68373B is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB1045559-
CMYK00.470.430.59
HSL355.1º30.82%31.18%-
HSV(B)355.1º47.12%40.78%-
XYZ7.865.994.88-
YUV70.11121.73152.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.71%
GREEN value IS 55 (21.88% from 255) = 25.23%
BLUE value IS 59 (23.44% from 255) = 27.06%
R=47.71%
G=25.23%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104555900.470.430.59355.130.8231.18
Hex68373B02F2B3B1631f1f
Octal150677305753735433737
Binary110100011011111101101011111010111110111011000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68373B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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