Html Css Color HEX #6C3742 Merlot

📋 copy color: '#6C3742'

red 108 ◦ green 55 ◦ blue 66

#6C3742
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Merlot #6C3742

Tints of Merlot #6C3742

RGB

 RED value IS 108 (42.58% from 255) = 47.16%

 GREEN value IS 55 (21.88% from 255) = 24.02%

 BLUE value IS 66 (26.17% from 255) = 28.82%

R = 47.16%
G = 24.02%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#6C3742 (or 0x6C3742) is known color: Merlot. HEX triplet: 6C, 37 and 42. RGB value is (108,55,66). Sum of RGB (Red+Green+Blue) = 108+55+66=229 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.16% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3742 is #93C8BD. Grayscale: #484848. Windows color (decimal): -9685182 or 4339564. OLE color: 4339564.

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

Color convert

RGB 108 55 66 -
CMYK 0 0.49 0.39 0.58
HSL 347.55º 0.33% 0.32% -
HSV(B) 347.55º 0.49% 0.42% -
XYZ 8.53 6.31 5.92 -
YUV 72.1 124.56 153.61 -
System Red Green Blue C M Y K H S L
Decimal 108 55 66 0 0.49 0.39 0.58 347.55 0.33 0.32
Hex 6C 37 42 0 31 27 3A 15C 21 20
Octal 154 67 102 0 61 47 72 534 41 40
Binary 1101100 110111 1000010 0 110001 100111 111010 101011100 100001 100000

Color Harmonies of #6C3742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3742

Black with #6C3742

Text Example


Text Example

White with #6C3742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,55,66); }

 H1.HeaderClassName
 {
   color: #6C3742;
 }
 .AnyTagClassName
 {
   color: #6C3742;
 }
</style>

background-color css

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

 a { background-color: rgb(108,55,66); }

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

border-color css

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

 span { border-color: rgb(108,55,66); }

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