#6C383A

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

Shades of Merlot #6C383A

Tints of Merlot #6C383A

Color information

#6C383A (or 0x6C383A) is unknown color: approx Merlot. HEX triplet: 6C, 38 and 3A. RGB value is (108,56,58). Sum of RGB (Red+Green+Blue) = 108+56+58=222 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.65% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 108 - color contains mainly: red. Hex color #6C383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C383A is #93C7C5. Grayscale: #474747. Windows color (decimal): -9684934 or 3815532. OLE color: 3815532.

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

Color convert

RGB1085658-
CMYK00.480.460.58
HSL357.69º31.71%32.16%-
HSV(B)357.69º48.15%42.35%-
XYZ8.366.324.78-
YUV71.78120.23153.84-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.65%
GREEN value IS 56 (22.27% from 255) = 25.23%
BLUE value IS 58 (23.05% from 255) = 26.13%
R=48.65%
G=25.23%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108565800.480.460.58357.6931.7132.16
Hex6C383A0302E3A1662020
Octal154707206056725464040
Binary11011001110001110100110000101110111010101100110100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,56,58); }

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

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

 a { background-color: rgb(108,56,58); }

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

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

 span { border-color: rgb(108,56,58); }

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