Html Css Color HEX #683941 Merlot

📋 copy color: '#683941'

red 104 ◦ green 57 ◦ blue 65

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

Shades of Merlot #683941

Tints of Merlot #683941

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.22%

 BLUE value IS 65 (25.78% from 255) = 28.76%

R = 46.02%
G = 25.22%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#683941 (or 0x683941) is known color: Merlot. HEX triplet: 68, 39 and 41. RGB value is (104,57,65). Sum of RGB (Red+Green+Blue) = 104+57+65=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #683941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683941 is #97C6BE. Grayscale: #474747. Windows color (decimal): -9946815 or 4274536. OLE color: 4274536.

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

Color convert

RGB 104 57 65 -
CMYK 0 0.45 0.38 0.59
HSL 349.79º 0.29% 0.32% -
HSV(B) 349.79º 0.45% 0.41% -
XYZ 8.13 6.25 5.78 -
YUV 71.97 124.07 150.85 -
System Red Green Blue C M Y K H S L
Decimal 104 57 65 0 0.45 0.38 0.59 349.79 0.29 0.32
Hex 68 39 41 0 2D 26 3B 15E 1D 20
Octal 150 71 101 0 55 46 73 536 35 40
Binary 1101000 111001 1000001 0 101101 100110 111011 101011110 11101 100000

Color Harmonies of #683941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683941

Black with #683941

Text Example


Text Example

White with #683941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683941; }

 p { color: rgb(104,57,65); }

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

background-color css

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

 a { background-color: rgb(104,57,65); }

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

border-color css

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

 span { border-color: rgb(104,57,65); }

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