#6B2D36

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

Shades of Merlot #6B2D36

Tints of Merlot #6B2D36

Color information

#6B2D36 (or 0x6B2D36) is unknown color: approx Merlot. HEX triplet: 6B, 2D and 36. RGB value is (107,45,54). Sum of RGB (Red+Green+Blue) = 107+45+54=206 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.94% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2D36 is #94D2C9. Grayscale: #404040. Windows color (decimal): -9753290 or 3550571. OLE color: 3550571.

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

Color convert

RGB1074554-
CMYK00.580.500.58
HSL351.29º40.79%29.8%-
HSV(B)351.29º57.94%41.96%-
XYZ7.675.274.1-
YUV64.56122.04158.27-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 51.94%
GREEN value IS 45 (17.97% from 255) = 21.84%
BLUE value IS 54 (21.48% from 255) = 26.21%
R=51.94%
G=21.84%
B=26.21%

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
Decimal107455400.580.500.58351.2940.7929.8
Hex6B2D3603A323A15f291e
Octal153556607262725375136
Binary1101011101101110110011101011001011101010101111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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