#6A323A

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

Shades of Merlot #6A323A

Tints of Merlot #6A323A

Color information

#6A323A (or 0x6A323A) is unknown color: approx Merlot. HEX triplet: 6A, 32 and 3A. RGB value is (106,50,58). Sum of RGB (Red+Green+Blue) = 106+50+58=214 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.53% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 106 - color contains mainly: red. Hex color #6A323A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A323A is #95CDC5. Grayscale: #434343. Windows color (decimal): -9817542 or 3813994. OLE color: 3813994.

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

Color convert

RGB1065058-
CMYK00.530.450.58
HSL351.43º35.9%30.59%-
HSV(B)351.43º52.83%41.57%-
XYZ7.855.654.68-
YUV67.66122.55155.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 49.53%
GREEN value IS 50 (19.92% from 255) = 23.36%
BLUE value IS 58 (23.05% from 255) = 27.10%
R=49.53%
G=23.36%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106505800.530.450.58351.4335.930.59
Hex6A323A0352D3A15f241f
Octal152627206555725374437
Binary1101010110010111010011010110110111101010101111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,50,58); }

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

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

 a { background-color: rgb(106,50,58); }

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

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

 span { border-color: rgb(106,50,58); }

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