#6C333E

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

Shades of Merlot #6C333E

Tints of Merlot #6C333E

Color information

#6C333E (or 0x6C333E) is unknown color: approx Merlot. HEX triplet: 6C, 33 and 3E. RGB value is (108,51,62). Sum of RGB (Red+Green+Blue) = 108+51+62=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 108 - color contains mainly: red. Hex color #6C333E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C333E is #93CCC1. Grayscale: #454545. Windows color (decimal): -9686210 or 4076396. OLE color: 4076396.

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

Color convert

RGB1085162-
CMYK00.530.430.58
HSL348.42º35.85%31.18%-
HSV(B)348.42º52.78%42.35%-
XYZ8.245.95.26-
YUV69.3123.88155.61-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.87%
GREEN value IS 51 (20.31% from 255) = 23.08%
BLUE value IS 62 (24.61% from 255) = 28.05%
R=48.87%
G=23.08%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108516200.530.430.58348.4235.8531.18
Hex6C333E0352B3A15c241f
Octal154637606553725344437
Binary1101100110011111110011010110101111101010101110010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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