#68363D

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

Shades of Merlot #68363D

Tints of Merlot #68363D

Color information

#68363D (or 0x68363D) is unknown color: approx Merlot. HEX triplet: 68, 36 and 3D. RGB value is (104,54,61). Sum of RGB (Red+Green+Blue) = 104+54+61=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #68363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68363D is #97C9C2. Grayscale: #454545. Windows color (decimal): -9947587 or 4011624. OLE color: 4011624.

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

Color convert

RGB1045461-
CMYK00.480.410.59
HSL351.6º31.65%30.98%-
HSV(B)351.6º48.08%40.78%-
XYZ7.875.925.14-
YUV69.75123.06152.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.49%
GREEN value IS 54 (21.48% from 255) = 24.66%
BLUE value IS 61 (24.22% from 255) = 27.85%
R=47.49%
G=24.66%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104546100.480.410.59351.631.6530.98
Hex68363D030293B160201f
Octal150667506051735404037
Binary1101000110110111101011000010100111101110110000010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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