#6B323A

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

Shades of Merlot #6B323A

Tints of Merlot #6B323A

Color information

#6B323A (or 0x6B323A) is unknown color: approx Merlot. HEX triplet: 6B, 32 and 3A. RGB value is (107,50,58). Sum of RGB (Red+Green+Blue) = 107+50+58=215 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.77% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 107 - color contains mainly: red. Hex color #6B323A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B323A is #94CDC5. Grayscale: #434343. Windows color (decimal): -9752006 or 3813995. OLE color: 3813995.

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

Color convert

RGB1075058-
CMYK00.530.460.58
HSL351.58º36.31%30.78%-
HSV(B)351.58º53.27%41.96%-
XYZ7.975.714.69-
YUV67.96122.38155.85-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 49.77%
GREEN value IS 50 (19.92% from 255) = 23.26%
BLUE value IS 58 (23.05% from 255) = 26.98%
R=49.77%
G=23.26%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107505800.530.460.58351.5836.3130.78
Hex6B323A0352E3A160241f
Octal153627206556725404437
Binary1101011110010111010011010110111011101010110000010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,50,58); }

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

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

 a { background-color: rgb(107,50,58); }

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

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

 span { border-color: rgb(107,50,58); }

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