Html Css Color HEX #68373D Merlot

📋 copy color: '#68373D'

red 104 ◦ green 55 ◦ blue 61

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

Shades of Merlot #68373D

Tints of Merlot #68373D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25%

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

R = 47.27%
G = 25%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#68373D (or 0x68373D) is known color: Merlot. HEX triplet: 68, 37 and 3D. RGB value is (104,55,61). Sum of RGB (Red+Green+Blue) = 104+55+61=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #68373D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68373D is #97C8C2. Grayscale: #464646. Windows color (decimal): -9947331 or 4011880. OLE color: 4011880.

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

Color convert

RGB 104 55 61 -
CMYK 0 0.47 0.41 0.59
HSL 352.65º 0.31% 0.31% -
HSV(B) 352.65º 0.47% 0.41% -
XYZ 7.92 6.01 5.16 -
YUV 70.34 122.73 152.01 -
System Red Green Blue C M Y K H S L
Decimal 104 55 61 0 0.47 0.41 0.59 352.65 0.31 0.31
Hex 68 37 3D 0 2F 29 3B 161 1F 1F
Octal 150 67 75 0 57 51 73 541 37 37
Binary 1101000 110111 111101 0 101111 101001 111011 101100001 11111 11111

Color Harmonies of #68373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68373D

Black with #68373D

Text Example


Text Example

White with #68373D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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