#683537

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

Shades of Merlot #683537

Tints of Merlot #683537

Color information

#683537 (or 0x683537) is unknown color: approx Merlot. HEX triplet: 68, 35 and 37. RGB value is (104,53,55). Sum of RGB (Red+Green+Blue) = 104+53+55=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #683537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683537 is #97CAC8. Grayscale: #444444. Windows color (decimal): -9947849 or 3618152. OLE color: 3618152.

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

Color convert

RGB1045355-
CMYK00.490.470.59
HSL357.65º32.48%30.78%-
HSV(B)357.65º49.04%40.78%-
XYZ7.675.774.32-
YUV68.48120.4153.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.06%
GREEN value IS 53 (21.09% from 255) = 25%
BLUE value IS 55 (21.88% from 255) = 25.94%
R=49.06%
G=25%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104535500.490.470.59357.6532.4830.78
Hex6835370312F3B166201f
Octal150656706157735464037
Binary1101000110101110111011000110111111101110110011010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683537; }

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

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

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

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

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

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

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

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