Html Css Color HEX #68343D Merlot

📋 copy color: '#68343D'

red 104 ◦ green 52 ◦ blue 61

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

Shades of Merlot #68343D

Tints of Merlot #68343D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.96%

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

R = 47.93%
G = 23.96%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#68343D (or 0x68343D) is known color: Merlot. HEX triplet: 68, 34 and 3D. RGB value is (104,52,61). Sum of RGB (Red+Green+Blue) = 104+52+61=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #68343D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68343D is #97CBC2. Grayscale: #444444. Windows color (decimal): -9948099 or 4011112. OLE color: 4011112.

HSL color Cylindrical-coordinate representation of color #68343D: hue angle of 349.62º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68343D is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 52 61 -
CMYK 0 0.50 0.41 0.59
HSL 349.62º 0.33% 0.31% -
HSV(B) 349.62º 0.5% 0.41% -
XYZ 7.78 5.74 5.11 -
YUV 68.57 123.73 153.27 -
System Red Green Blue C M Y K H S L
Decimal 104 52 61 0 0.50 0.41 0.59 349.62 0.33 0.31
Hex 68 34 3D 0 32 29 3B 15E 21 1F
Octal 150 64 75 0 62 51 73 536 41 37
Binary 1101000 110100 111101 0 110010 101001 111011 101011110 100001 11111

Color Harmonies of #68343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68343D

Black with #68343D

Text Example


Text Example

White with #68343D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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