#6B333D

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

Shades of Merlot #6B333D

Tints of Merlot #6B333D

Color information

#6B333D (or 0x6B333D) is unknown color: approx Merlot. HEX triplet: 6B, 33 and 3D. RGB value is (107,51,61). Sum of RGB (Red+Green+Blue) = 107+51+61=219 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.86% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 107 - color contains mainly: red. Hex color #6B333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B333D is #94CCC2. Grayscale: #444444. Windows color (decimal): -9751747 or 4010859. OLE color: 4010859.

HSL color Cylindrical-coordinate representation of color #6B333D: hue angle of 349.29º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B333D is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB1075161-
CMYK00.520.430.58
HSL349.29º35.44%30.98%-
HSV(B)349.29º52.34%41.96%-
XYZ8.095.835.11-
YUV68.88123.55155.19-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.86%
GREEN value IS 51 (20.31% from 255) = 23.29%
BLUE value IS 61 (24.22% from 255) = 27.85%
R=48.86%
G=23.29%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107516100.520.430.58349.2935.4430.98
Hex6B333D0342B3A15d231f
Octal153637506453725354337
Binary1101011110011111101011010010101111101010101110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,51,61); }

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

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

 a { background-color: rgb(107,51,61); }

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

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

 span { border-color: rgb(107,51,61); }

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