#6B2F38

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

Shades of Merlot #6B2F38

Tints of Merlot #6B2F38

Color information

#6B2F38 (or 0x6B2F38) is unknown color: approx Merlot. HEX triplet: 6B, 2F and 38. RGB value is (107,47,56). Sum of RGB (Red+Green+Blue) = 107+47+56=210 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.95% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2F38 is #94D0C7. Grayscale: #414141. Windows color (decimal): -9752776 or 3682155. OLE color: 3682155.

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

Color convert

RGB1074756-
CMYK00.560.480.58
HSL351º38.96%30.2%-
HSV(B)351º56.07%41.96%-
XYZ7.795.444.38-
YUV65.97122.38157.27-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.95%
GREEN value IS 47 (18.75% from 255) = 22.38%
BLUE value IS 56 (22.27% from 255) = 26.67%
R=50.95%
G=22.38%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107475600.560.480.5835138.9630.2
Hex6B2F38038303A15f271e
Octal153577007060725374736
Binary1101011101111111000011100011000011101010101111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,47,56); }

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

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

 a { background-color: rgb(107,47,56); }

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

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

 span { border-color: rgb(107,47,56); }

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