Html Css Color HEX #68353D Merlot

📋 copy color: '#68353D'

red 104 ◦ green 53 ◦ blue 61

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

Shades of Merlot #68353D

Tints of Merlot #68353D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.98%

R = 47.71%
G = 24.31%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#68353D (or 0x68353D) is known color: Merlot. HEX triplet: 68, 35 and 3D. RGB value is (104,53,61). Sum of RGB (Red+Green+Blue) = 104+53+61=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #68353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68353D is #97CAC2. Grayscale: #454545. Windows color (decimal): -9947843 or 4011368. OLE color: 4011368.

HSL color Cylindrical-coordinate representation of color #68353D: hue angle of 350.59º 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 #68353D is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 53 61 -
CMYK 0 0.49 0.41 0.59
HSL 350.59º 0.32% 0.31% -
HSV(B) 350.59º 0.49% 0.41% -
XYZ 7.82 5.83 5.13 -
YUV 69.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 104 53 61 0 0.49 0.41 0.59 350.59 0.32 0.31
Hex 68 35 3D 0 31 29 3B 15F 20 1F
Octal 150 65 75 0 61 51 73 537 40 37
Binary 1101000 110101 111101 0 110001 101001 111011 101011111 100000 11111

Color Harmonies of #68353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68353D

Black with #68353D

Text Example


Text Example

White with #68353D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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