Html Css Color HEX #68353C Merlot

📋 copy color: '#68353C'

red 104 ◦ green 53 ◦ blue 60

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

Shades of Merlot #68353C

Tints of Merlot #68353C

RGB

 RED value IS 104 (41.02% from 255) = 47.93%

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

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

R = 47.93%
G = 24.42%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#68353C (or 0x68353C) is known color: Merlot. HEX triplet: 68, 35 and 3C. RGB value is (104,53,60). Sum of RGB (Red+Green+Blue) = 104+53+60=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #68353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68353C is #97CAC3. Grayscale: #454545. Windows color (decimal): -9947844 or 3945832. OLE color: 3945832.

HSL color Cylindrical-coordinate representation of color #68353C: hue angle of 351.76º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68353C is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 53 60 -
CMYK 0 0.49 0.42 0.59
HSL 351.76º 0.32% 0.31% -
HSV(B) 351.76º 0.49% 0.41% -
XYZ 7.8 5.82 4.99 -
YUV 69.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 104 53 60 0 0.49 0.42 0.59 351.76 0.32 0.31
Hex 68 35 3C 0 31 2A 3B 160 20 1F
Octal 150 65 74 0 61 52 73 540 40 37
Binary 1101000 110101 111100 0 110001 101010 111011 101100000 100000 11111

Color Harmonies of #68353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68353C

Black with #68353C

Text Example


Text Example

White with #68353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68353C; }

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

 H1.HeaderClassName
 {
   color: #68353C;
 }
 .AnyTagClassName
 {
   color: #68353C;
 }
</style>

background-color css

<style>
 a { background-color: #68353C; }

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

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

border-color css

<style>
 span { border-color: #68353C; }

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

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