#68363F

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

Shades of Merlot #68363F

Tints of Merlot #68363F

Color information

#68363F (or 0x68363F) is unknown color: approx Merlot. HEX triplet: 68, 36 and 3F. RGB value is (104,54,63). Sum of RGB (Red+Green+Blue) = 104+54+63=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #68363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68363F is #97C9C0. Grayscale: #454545. Windows color (decimal): -9947585 or 4142696. OLE color: 4142696.

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

Color convert

RGB1045463-
CMYK00.480.390.59
HSL349.2º31.65%30.98%-
HSV(B)349.2º48.08%40.78%-
XYZ7.935.945.43-
YUV69.98124.06152.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.06%
GREEN value IS 54 (21.48% from 255) = 24.43%
BLUE value IS 63 (25% from 255) = 28.51%
R=47.06%
G=24.43%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104546300.480.390.59349.231.6530.98
Hex68363F030273B15d201f
Octal150667706047735354037
Binary1101000110110111111011000010011111101110101110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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