#6C3336

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

Shades of Merlot #6C3336

Tints of Merlot #6C3336

Color information

#6C3336 (or 0x6C3336) is unknown color: approx Merlot. HEX triplet: 6C, 33 and 36. RGB value is (108,51,54). Sum of RGB (Red+Green+Blue) = 108+51+54=213 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.70% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3336 is #93CCC9. Grayscale: #444444. Windows color (decimal): -9686218 or 3552108. OLE color: 3552108.

HSL color Cylindrical-coordinate representation of color #6C3336: hue angle of 356.84º 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 #6C3336 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB1085154-
CMYK00.530.500.58
HSL356.84º35.85%31.18%-
HSV(B)356.84º52.78%42.35%-
XYZ8.035.824.19-
YUV68.39119.88156.26-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 50.70%
GREEN value IS 51 (20.31% from 255) = 23.94%
BLUE value IS 54 (21.48% from 255) = 25.35%
R=50.70%
G=23.94%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108515400.530.500.58356.8435.8531.18
Hex6C3336035323A165241f
Octal154636606562725454437
Binary1101100110011110110011010111001011101010110010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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