#683136

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

Shades of Merlot #683136

Tints of Merlot #683136

Color information

#683136 (or 0x683136) is unknown color: approx Merlot. HEX triplet: 68, 31 and 36. RGB value is (104,49,54). Sum of RGB (Red+Green+Blue) = 104+49+54=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #683136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683136 is #97CEC9. Grayscale: #424242. Windows color (decimal): -9948874 or 3551592. OLE color: 3551592.

HSL color Cylindrical-coordinate representation of color #683136: hue angle of 354.55º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #683136 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB1044954-
CMYK00.530.480.59
HSL354.55º35.95%30%-
HSV(B)354.55º52.88%40.78%-
XYZ7.475.414.14-
YUV66.02121.22155.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.24%
GREEN value IS 49 (19.53% from 255) = 23.67%
BLUE value IS 54 (21.48% from 255) = 26.09%
R=50.24%
G=23.67%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104495400.530.480.59354.5535.9530
Hex683136035303B163241e
Octal150616606560735434436
Binary1101000110001110110011010111000011101110110001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683136; }

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

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

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

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

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

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

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

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