Html Css Color HEX #68343C Merlot

📋 copy color: '#68343C'

red 104 ◦ green 52 ◦ blue 60

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

Shades of Merlot #68343C

Tints of Merlot #68343C

RGB

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

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

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

R = 48.15%
G = 24.07%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#68343C (or 0x68343C) is known color: Merlot. HEX triplet: 68, 34 and 3C. RGB value is (104,52,60). Sum of RGB (Red+Green+Blue) = 104+52+60=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #68343C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68343C is #97CBC3. Grayscale: #444444. Windows color (decimal): -9948100 or 3945576. OLE color: 3945576.

HSL color Cylindrical-coordinate representation of color #68343C: hue angle of 350.77º 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 #68343C is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 52 60 -
CMYK 0 0.50 0.42 0.59
HSL 350.77º 0.33% 0.31% -
HSV(B) 350.77º 0.5% 0.41% -
XYZ 7.75 5.73 4.97 -
YUV 68.46 123.23 153.35 -
System Red Green Blue C M Y K H S L
Decimal 104 52 60 0 0.50 0.42 0.59 350.77 0.33 0.31
Hex 68 34 3C 0 32 2A 3B 15F 21 1F
Octal 150 64 74 0 62 52 73 537 41 37
Binary 1101000 110100 111100 0 110010 101010 111011 101011111 100001 11111

Color Harmonies of #68343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68343C

Black with #68343C

Text Example


Text Example

White with #68343C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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