#6C2D36

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

Shades of Merlot #6C2D36

Tints of Merlot #6C2D36

Color information

#6C2D36 (or 0x6C2D36) is unknown color: approx Merlot. HEX triplet: 6C, 2D and 36. RGB value is (108,45,54). Sum of RGB (Red+Green+Blue) = 108+45+54=207 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.17% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2D36 is #93D2C9. Grayscale: #404040. Windows color (decimal): -9687754 or 3550572. OLE color: 3550572.

HSL color Cylindrical-coordinate representation of color #6C2D36: hue angle of 351.43º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C2D36 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB1084554-
CMYK00.580.500.58
HSL351.43º41.18%30%-
HSV(B)351.43º58.33%42.35%-
XYZ7.795.334.11-
YUV64.86121.87158.77-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 52.17%
GREEN value IS 45 (17.97% from 255) = 21.74%
BLUE value IS 54 (21.48% from 255) = 26.09%
R=52.17%
G=21.74%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108455400.580.500.58351.4341.1830
Hex6C2D3603A323A15f291e
Octal154556607262725375136
Binary1101100101101110110011101011001011101010101111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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