Html Css Color HEX #68363D Merlot

📋 copy color: '#68363D'

red 104 ◦ green 54 ◦ blue 61

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

Shades of Merlot #68363D

Tints of Merlot #68363D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.66%

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

R = 47.49%
G = 24.66%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#68363D (or 0x68363D) is known color: Merlot. HEX triplet: 68, 36 and 3D. RGB value is (104,54,61). Sum of RGB (Red+Green+Blue) = 104+54+61=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #68363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68363D is #97C9C2. Grayscale: #454545. Windows color (decimal): -9947587 or 4011624. OLE color: 4011624.

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

Color convert

RGB 104 54 61 -
CMYK 0 0.48 0.41 0.59
HSL 351.6º 0.32% 0.31% -
HSV(B) 351.6º 0.48% 0.41% -
XYZ 7.87 5.92 5.14 -
YUV 69.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 104 54 61 0 0.48 0.41 0.59 351.6 0.32 0.31
Hex 68 36 3D 0 30 29 3B 160 20 1F
Octal 150 66 75 0 60 51 73 540 40 37
Binary 1101000 110110 111101 0 110000 101001 111011 101100000 100000 11111

Color Harmonies of #68363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68363D

Black with #68363D

Text Example


Text Example

White with #68363D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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