Html Css Color HEX #683A3E Merlot

📋 copy color: '#683A3E'

red 104 ◦ green 58 ◦ blue 62

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

Shades of Merlot #683A3E

Tints of Merlot #683A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.68%

R = 46.43%
G = 25.89%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.59

RGB Variations

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

Color information

#683A3E (or 0x683A3E) is known color: Merlot. HEX triplet: 68, 3A and 3E. RGB value is (104,58,62). Sum of RGB (Red+Green+Blue) = 104+58+62=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #683A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683A3E is #97C5C1. Grayscale: #484848. Windows color (decimal): -9946562 or 4078184. OLE color: 4078184.

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

Color convert

RGB 104 58 62 -
CMYK 0 0.44 0.40 0.59
HSL 354.78º 0.28% 0.32% -
HSV(B) 354.78º 0.44% 0.41% -
XYZ 8.09 6.32 5.35 -
YUV 72.21 122.24 150.67 -
System Red Green Blue C M Y K H S L
Decimal 104 58 62 0 0.44 0.40 0.59 354.78 0.28 0.32
Hex 68 3A 3E 0 2C 28 3B 163 1C 20
Octal 150 72 76 0 54 50 73 543 34 40
Binary 1101000 111010 111110 0 101100 101000 111011 101100011 11100 100000

Color Harmonies of #683A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683A3E

Black with #683A3E

Text Example


Text Example

White with #683A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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