#6A363C

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

Shades of Merlot #6A363C

Tints of Merlot #6A363C

Color information

#6A363C (or 0x6A363C) is unknown color: approx Merlot. HEX triplet: 6A, 36 and 3C. RGB value is (106,54,60). Sum of RGB (Red+Green+Blue) = 106+54+60=220 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.18% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 106 - color contains mainly: red. Hex color #6A363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A363C is #95C9C3. Grayscale: #464646. Windows color (decimal): -9816516 or 3946090. OLE color: 3946090.

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

Color convert

RGB1065460-
CMYK00.490.430.58
HSL353.08º32.5%31.37%-
HSV(B)353.08º49.06%41.57%-
XYZ8.086.035.01-
YUV70.23122.23153.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 48.18%
GREEN value IS 54 (21.48% from 255) = 24.55%
BLUE value IS 60 (23.83% from 255) = 27.27%
R=48.18%
G=24.55%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106546000.490.430.58353.0832.531.37
Hex6A363C0312B3A161201f
Octal152667406153725414037
Binary1101010110110111100011000110101111101010110000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,54,60); }

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

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

 a { background-color: rgb(106,54,60); }

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

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

 span { border-color: rgb(106,54,60); }

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