Html Css Color HEX #683536 Merlot

📋 copy color: '#683536'

red 104 ◦ green 53 ◦ blue 54

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

Shades of Merlot #683536

Tints of Merlot #683536

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.12%

 BLUE value IS 54 (21.48% from 255) = 25.59%

R = 49.29%
G = 25.12%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#683536 (or 0x683536) is known color: Merlot. HEX triplet: 68, 35 and 36. RGB value is (104,53,54). Sum of RGB (Red+Green+Blue) = 104+53+54=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #683536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683536 is #97CAC9. Grayscale: #444444. Windows color (decimal): -9947850 or 3552616. OLE color: 3552616.

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

Color convert

RGB 104 53 54 -
CMYK 0 0.49 0.48 0.59
HSL 358.82º 0.32% 0.31% -
HSV(B) 358.82º 0.49% 0.41% -
XYZ 7.65 5.76 4.2 -
YUV 68.36 119.9 153.42 -
System Red Green Blue C M Y K H S L
Decimal 104 53 54 0 0.49 0.48 0.59 358.82 0.32 0.31
Hex 68 35 36 0 31 30 3B 167 20 1F
Octal 150 65 66 0 61 60 73 547 40 37
Binary 1101000 110101 110110 0 110001 110000 111011 101100111 100000 11111

Color Harmonies of #683536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683536

Black with #683536

Text Example


Text Example

White with #683536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683536; }

 p { color: rgb(104,53,54); }

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

background-color css

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

 a { background-color: rgb(104,53,54); }

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

border-color css

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

 span { border-color: rgb(104,53,54); }

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