#6A3537

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

Shades of Merlot #6A3537

Tints of Merlot #6A3537

Color information

#6A3537 (or 0x6A3537) is unknown color: approx Merlot. HEX triplet: 6A, 35 and 37. RGB value is (106,53,55). Sum of RGB (Red+Green+Blue) = 106+53+55=214 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.53% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3537 is #95CAC8. Grayscale: #454545. Windows color (decimal): -9816777 or 3618154. OLE color: 3618154.

HSL color Cylindrical-coordinate representation of color #6A3537: hue angle of 357.74º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6A3537 is Cyan = 0, Magento = 0.5, Yellow = 0.48 and Black (K on CMYK) = 0.58.

Color convert

RGB1065355-
CMYK00.50.480.58
HSL357.74º33.33%31.18%-
HSV(B)357.74º50%41.57%-
XYZ7.915.894.33-
YUV69.07120.06154.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 49.53%
GREEN value IS 53 (21.09% from 255) = 24.77%
BLUE value IS 55 (21.88% from 255) = 25.70%
R=49.53%
G=24.77%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106535500.50.480.58357.7433.3331.18
Hex6A3537032303A166211f
Octal152656706260725464137
Binary1101010110101110111011001011000011101010110011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A3537; }

 p { color: rgb(106,53,55); }

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

<style>
 a { background-color: #6A3537; }

 a { background-color: rgb(106,53,55); }

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

<style>
 span { border-color: #6A3537; }

 span { border-color: rgb(106,53,55); }

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