#6B363D

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

Shades of Merlot #6B363D

Tints of Merlot #6B363D

Color information

#6B363D (or 0x6B363D) is unknown color: approx Merlot. HEX triplet: 6B, 36 and 3D. RGB value is (107,54,61). Sum of RGB (Red+Green+Blue) = 107+54+61=222 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.20% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 107 - color contains mainly: red. Hex color #6B363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B363D is #94C9C2. Grayscale: #464646. Windows color (decimal): -9750979 or 4011627. OLE color: 4011627.

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

Color convert

RGB1075461-
CMYK00.500.430.58
HSL352.08º32.92%31.57%-
HSV(B)352.08º49.53%41.96%-
XYZ8.226.15.16-
YUV70.64122.56153.93-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.20%
GREEN value IS 54 (21.48% from 255) = 24.32%
BLUE value IS 61 (24.22% from 255) = 27.48%
R=48.20%
G=24.32%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107546100.500.430.58352.0832.9231.57
Hex6B363D0322B3A1602120
Octal153667506253725404140
Binary11010111101101111010110010101011111010101100000100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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