Html Css Color HEX #683A3D Merlot

📋 copy color: '#683A3D'

red 104 ◦ green 58 ◦ blue 61

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

Shades of Merlot #683A3D

Tints of Merlot #683A3D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.01%

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

R = 46.64%
G = 26.01%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#683A3D (or 0x683A3D) is known color: Merlot. HEX triplet: 68, 3A and 3D. RGB value is (104,58,61). Sum of RGB (Red+Green+Blue) = 104+58+61=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #683A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683A3D is #97C5C2. Grayscale: #484848. Windows color (decimal): -9946563 or 4012648. OLE color: 4012648.

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

Color convert

RGB 104 58 61 -
CMYK 0 0.44 0.41 0.59
HSL 356.09º 0.28% 0.32% -
HSV(B) 356.09º 0.44% 0.41% -
XYZ 8.06 6.31 5.21 -
YUV 72.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 104 58 61 0 0.44 0.41 0.59 356.09 0.28 0.32
Hex 68 3A 3D 0 2C 29 3B 164 1C 20
Octal 150 72 75 0 54 51 73 544 34 40
Binary 1101000 111010 111101 0 101100 101001 111011 101100100 11100 100000

Color Harmonies of #683A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683A3D

Black with #683A3D

Text Example


Text Example

White with #683A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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