#68393D

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

Shades of Merlot #68393D

Tints of Merlot #68393D

Color information

#68393D (or 0x68393D) is unknown color: approx Merlot. HEX triplet: 68, 39 and 3D. RGB value is (104,57,61). Sum of RGB (Red+Green+Blue) = 104+57+61=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #68393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68393D is #97C6C2. Grayscale: #474747. Windows color (decimal): -9946819 or 4012392. OLE color: 4012392.

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

Color convert

RGB1045761-
CMYK00.450.410.59
HSL354.89º29.19%31.57%-
HSV(B)354.89º45.19%40.78%-
XYZ8.016.215.19-
YUV71.51122.07151.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.85%
GREEN value IS 57 (22.66% from 255) = 25.68%
BLUE value IS 61 (24.22% from 255) = 27.48%
R=46.85%
G=25.68%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104576100.450.410.59354.8929.1931.57
Hex68393D02D293B1631d20
Octal150717505551735433540
Binary1101000111001111101010110110100111101110110001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68393D; }

 p { color: rgb(104,57,61); }

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

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

 a { background-color: rgb(104,57,61); }

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

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

 span { border-color: rgb(104,57,61); }

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