#6B363C

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

Shades of Merlot #6B363C

Tints of Merlot #6B363C

Color information

#6B363C (or 0x6B363C) is unknown color: approx Merlot. HEX triplet: 6B, 36 and 3C. RGB value is (107,54,60). Sum of RGB (Red+Green+Blue) = 107+54+60=221 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.42% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 107 - color contains mainly: red. Hex color #6B363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B363C is #94C9C3. Grayscale: #464646. Windows color (decimal): -9750980 or 3946091. OLE color: 3946091.

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

Color convert

RGB1075460-
CMYK00.500.440.58
HSL353.21º32.92%31.57%-
HSV(B)353.21º49.53%41.96%-
XYZ8.26.095.02-
YUV70.53122.06154.01-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.42%
GREEN value IS 54 (21.48% from 255) = 24.43%
BLUE value IS 60 (23.83% from 255) = 27.15%
R=48.42%
G=24.43%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107546000.500.440.58353.2132.9231.57
Hex6B363C0322C3A1612120
Octal153667406254725414140
Binary11010111101101111000110010101100111010101100001100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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