Html Css Color HEX #6C353F Merlot

📋 copy color: '#6C353F'

red 108 ◦ green 53 ◦ blue 63

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

Shades of Merlot #6C353F

Tints of Merlot #6C353F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 28.13%

R = 48.21%
G = 23.66%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#6C353F (or 0x6C353F) is known color: Merlot. HEX triplet: 6C, 35 and 3F. RGB value is (108,53,63). Sum of RGB (Red+Green+Blue) = 108+53+63=224 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.21% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 108 - color contains mainly: red. Hex color #6C353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C353F is #93CAC0. Grayscale: #464646. Windows color (decimal): -9685697 or 4142444. OLE color: 4142444.

HSL color Cylindrical-coordinate representation of color #6C353F: hue angle of 349.09º 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 #6C353F is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 53 63 -
CMYK 0 0.51 0.42 0.58
HSL 349.09º 0.34% 0.32% -
HSV(B) 349.09º 0.51% 0.42% -
XYZ 8.35 6.09 5.44 -
YUV 70.59 123.72 154.69 -
System Red Green Blue C M Y K H S L
Decimal 108 53 63 0 0.51 0.42 0.58 349.09 0.34 0.32
Hex 6C 35 3F 0 33 2A 3A 15D 22 20
Octal 154 65 77 0 63 52 72 535 42 40
Binary 1101100 110101 111111 0 110011 101010 111010 101011101 100010 100000

Color Harmonies of #6C353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C353F

Black with #6C353F

Text Example


Text Example

White with #6C353F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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