#68353D

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

Shades of Merlot #68353D

Tints of Merlot #68353D

Color information

#68353D (or 0x68353D) is unknown color: approx Merlot. HEX triplet: 68, 35 and 3D. RGB value is (104,53,61). Sum of RGB (Red+Green+Blue) = 104+53+61=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #68353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68353D is #97CAC2. Grayscale: #454545. Windows color (decimal): -9947843 or 4011368. OLE color: 4011368.

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

Color convert

RGB1045361-
CMYK00.490.410.59
HSL350.59º32.48%30.78%-
HSV(B)350.59º49.04%40.78%-
XYZ7.825.835.13-
YUV69.16123.4152.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.71%
GREEN value IS 53 (21.09% from 255) = 24.31%
BLUE value IS 61 (24.22% from 255) = 27.98%
R=47.71%
G=24.31%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104536100.490.410.59350.5932.4830.78
Hex68353D031293B15f201f
Octal150657506151735374037
Binary1101000110101111101011000110100111101110101111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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