#683536

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

Shades of Merlot #683536

Tints of Merlot #683536

Color information

#683536 (or 0x683536) is unknown color: approx Merlot. HEX triplet: 68, 35 and 36. RGB value is (104,53,54). Sum of RGB (Red+Green+Blue) = 104+53+54=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #683536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683536 is #97CAC9. Grayscale: #444444. Windows color (decimal): -9947850 or 3552616. OLE color: 3552616.

HSL color Cylindrical-coordinate representation of color #683536: hue angle of 358.82º 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 #683536 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB1045354-
CMYK00.490.480.59
HSL358.82º32.48%30.78%-
HSV(B)358.82º49.04%40.78%-
XYZ7.655.764.2-
YUV68.36119.9153.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.29%
GREEN value IS 53 (21.09% from 255) = 25.12%
BLUE value IS 54 (21.48% from 255) = 25.59%
R=49.29%
G=25.12%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104535400.490.480.59358.8232.4830.78
Hex683536031303B167201f
Octal150656606160735474037
Binary1101000110101110110011000111000011101110110011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683536; }

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

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

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

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

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

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

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

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