Html Css Color HEX #6C353C Merlot

📋 copy color: '#6C353C'

red 108 ◦ green 53 ◦ blue 60

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

Shades of Merlot #6C353C

Tints of Merlot #6C353C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.98%

 BLUE value IS 60 (23.83% from 255) = 27.15%

R = 48.87%
G = 23.98%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#6C353C (or 0x6C353C) is known color: Merlot. HEX triplet: 6C, 35 and 3C. RGB value is (108,53,60). Sum of RGB (Red+Green+Blue) = 108+53+60=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 108 - color contains mainly: red. Hex color #6C353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C353C is #93CAC3. Grayscale: #464646. Windows color (decimal): -9685700 or 3945836. OLE color: 3945836.

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

Color convert

RGB 108 53 60 -
CMYK 0 0.51 0.44 0.58
HSL 352.36º 0.34% 0.32% -
HSV(B) 352.36º 0.51% 0.42% -
XYZ 8.27 6.06 5.01 -
YUV 70.24 122.22 154.93 -
System Red Green Blue C M Y K H S L
Decimal 108 53 60 0 0.51 0.44 0.58 352.36 0.34 0.32
Hex 6C 35 3C 0 33 2C 3A 160 22 20
Octal 154 65 74 0 63 54 72 540 42 40
Binary 1101100 110101 111100 0 110011 101100 111010 101100000 100010 100000

Color Harmonies of #6C353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C353C

Black with #6C353C

Text Example


Text Example

White with #6C353C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,53,60); }

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

background-color css

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

 a { background-color: rgb(108,53,60); }

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

border-color css

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

 span { border-color: rgb(108,53,60); }

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