Html Css Color HEX #68343A Merlot

📋 copy color: '#68343A'

red 104 ◦ green 52 ◦ blue 58

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

Shades of Merlot #68343A

Tints of Merlot #68343A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.1%

R = 48.6%
G = 24.3%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#68343A (or 0x68343A) is known color: Merlot. HEX triplet: 68, 34 and 3A. RGB value is (104,52,58). Sum of RGB (Red+Green+Blue) = 104+52+58=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #68343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68343A is #97CBC5. Grayscale: #444444. Windows color (decimal): -9948102 or 3814504. OLE color: 3814504.

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

Color convert

RGB 104 52 58 -
CMYK 0 0.50 0.44 0.59
HSL 353.08º 0.33% 0.31% -
HSV(B) 353.08º 0.5% 0.41% -
XYZ 7.7 5.7 4.7 -
YUV 68.23 122.23 153.51 -
System Red Green Blue C M Y K H S L
Decimal 104 52 58 0 0.50 0.44 0.59 353.08 0.33 0.31
Hex 68 34 3A 0 32 2C 3B 161 21 1F
Octal 150 64 72 0 62 54 73 541 41 37
Binary 1101000 110100 111010 0 110010 101100 111011 101100001 100001 11111

Color Harmonies of #68343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68343A

Black with #68343A

Text Example


Text Example

White with #68343A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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