#6A3336

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

Shades of Merlot #6A3336

Tints of Merlot #6A3336

Color information

#6A3336 (or 0x6A3336) is unknown color: approx Merlot. HEX triplet: 6A, 33 and 36. RGB value is (106,51,54). Sum of RGB (Red+Green+Blue) = 106+51+54=211 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.24% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3336 is #95CCC9. Grayscale: #434343. Windows color (decimal): -9817290 or 3552106. OLE color: 3552106.

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

Color convert

RGB1065154-
CMYK00.520.490.58
HSL356.73º35.03%30.78%-
HSV(B)356.73º51.89%41.57%-
XYZ7.795.74.18-
YUV67.79120.22155.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 50.24%
GREEN value IS 51 (20.31% from 255) = 24.17%
BLUE value IS 54 (21.48% from 255) = 25.59%
R=50.24%
G=24.17%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106515400.520.490.58356.7335.0330.78
Hex6A3336034313A165231f
Octal152636606461725454337
Binary1101010110011110110011010011000111101010110010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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