Html Css Color HEX #6C3A41 Merlot

📋 copy color: '#6C3A41'

red 108 ◦ green 58 ◦ blue 65

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

Shades of Merlot #6C3A41

Tints of Merlot #6C3A41

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.11%

 BLUE value IS 65 (25.78% from 255) = 28.14%

R = 46.75%
G = 25.11%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#6C3A41 (or 0x6C3A41) is known color: Merlot. HEX triplet: 6C, 3A and 41. RGB value is (108,58,65). Sum of RGB (Red+Green+Blue) = 108+58+65=231 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.75% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3A41 is #93C5BE. Grayscale: #494949. Windows color (decimal): -9684415 or 4274796. OLE color: 4274796.

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

Color convert

RGB 108 58 65 -
CMYK 0 0.46 0.40 0.58
HSL 351.6º 0.3% 0.33% -
HSV(B) 351.6º 0.46% 0.42% -
XYZ 8.65 6.6 5.82 -
YUV 73.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 108 58 65 0 0.46 0.40 0.58 351.6 0.3 0.33
Hex 6C 3A 41 0 2E 28 3A 160 1E 21
Octal 154 72 101 0 56 50 72 540 36 41
Binary 1101100 111010 1000001 0 101110 101000 111010 101100000 11110 100001

Color Harmonies of #6C3A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3A41

Black with #6C3A41

Text Example


Text Example

White with #6C3A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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