#68353A

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

Shades of Merlot #68353A

Tints of Merlot #68353A

Color information

#68353A (or 0x68353A) is unknown color: approx Merlot. HEX triplet: 68, 35 and 3A. RGB value is (104,53,58). Sum of RGB (Red+Green+Blue) = 104+53+58=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #68353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68353A is #97CAC5. Grayscale: #444444. Windows color (decimal): -9947846 or 3814760. OLE color: 3814760.

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

Color convert

RGB1045358-
CMYK00.490.440.59
HSL354.12º32.48%30.78%-
HSV(B)354.12º49.04%40.78%-
XYZ7.755.794.71-
YUV68.82121.9153.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.37%
GREEN value IS 53 (21.09% from 255) = 24.65%
BLUE value IS 58 (23.05% from 255) = 26.98%
R=48.37%
G=24.65%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104535800.490.440.59354.1232.4830.78
Hex68353A0312C3B162201f
Octal150657206154735424037
Binary1101000110101111010011000110110011101110110001010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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