#6C333C

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

Shades of Merlot #6C333C

Tints of Merlot #6C333C

Color information

#6C333C (or 0x6C333C) is unknown color: approx Merlot. HEX triplet: 6C, 33 and 3C. RGB value is (108,51,60). Sum of RGB (Red+Green+Blue) = 108+51+60=219 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.32% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 108 - color contains mainly: red. Hex color #6C333C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C333C is #93CCC3. Grayscale: #454545. Windows color (decimal): -9686212 or 3945324. OLE color: 3945324.

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

Color convert

RGB1085160-
CMYK00.530.440.58
HSL350.53º35.85%31.18%-
HSV(B)350.53º52.78%42.35%-
XYZ8.185.884.98-
YUV69.07122.88155.77-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 49.32%
GREEN value IS 51 (20.31% from 255) = 23.29%
BLUE value IS 60 (23.83% from 255) = 27.40%
R=49.32%
G=23.29%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108516000.530.440.58350.5335.8531.18
Hex6C333C0352C3A15f241f
Octal154637406554725374437
Binary1101100110011111100011010110110011101010101111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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