Html Css Color HEX #683A3F Merlot

📋 copy color: '#683A3F'

red 104 ◦ green 58 ◦ blue 63

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

Shades of Merlot #683A3F

Tints of Merlot #683A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 28%

R = 46.22%
G = 25.78%
B = 28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#683A3F (or 0x683A3F) is known color: Merlot. HEX triplet: 68, 3A and 3F. RGB value is (104,58,63). Sum of RGB (Red+Green+Blue) = 104+58+63=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #683A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683A3F is #97C5C0. Grayscale: #484848. Windows color (decimal): -9946561 or 4143720. OLE color: 4143720.

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

Color convert

RGB 104 58 63 -
CMYK 0 0.44 0.39 0.59
HSL 353.48º 0.28% 0.32% -
HSV(B) 353.48º 0.44% 0.41% -
XYZ 8.12 6.33 5.5 -
YUV 72.32 122.74 150.59 -
System Red Green Blue C M Y K H S L
Decimal 104 58 63 0 0.44 0.39 0.59 353.48 0.28 0.32
Hex 68 3A 3F 0 2C 27 3B 161 1C 20
Octal 150 72 77 0 54 47 73 541 34 40
Binary 1101000 111010 111111 0 101100 100111 111011 101100001 11100 100000

Color Harmonies of #683A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683A3F

Black with #683A3F

Text Example


Text Example

White with #683A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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