Html Css Color HEX #643B3C Merlot

📋 copy color: '#643B3C'

red 100 ◦ green 59 ◦ blue 60

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

Shades of Merlot #643B3C

Tints of Merlot #643B3C

RGB

 RED value IS 100 (39.45% from 255) = 45.66%

 GREEN value IS 59 (23.44% from 255) = 26.94%

 BLUE value IS 60 (23.83% from 255) = 27.4%

R = 45.66%
G = 26.94%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.4

 K value IS 0.61

RGB Variations

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

Color information

#643B3C (or 0x643B3C) is known color: Merlot. HEX triplet: 64, 3B and 3C. RGB value is (100,59,60). Sum of RGB (Red+Green+Blue) = 100+59+60=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 100 - color contains mainly: red. Hex color #643B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643B3C is #9BC4C3. Grayscale: #474747. Windows color (decimal): -10208452 or 3947364. OLE color: 3947364.

HSL color Cylindrical-coordinate representation of color #643B3C: hue angle of 358.54º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #643B3C is Cyan = 0, Magento = 0.41, Yellow = 0.4 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 59 60 -
CMYK 0 0.41 0.4 0.61
HSL 358.54º 0.26% 0.31% -
HSV(B) 358.54º 0.41% 0.39% -
XYZ 7.64 6.16 5.06 -
YUV 71.37 121.58 148.42 -
System Red Green Blue C M Y K H S L
Decimal 100 59 60 0 0.41 0.4 0.61 358.54 0.26 0.31
Hex 64 3B 3C 0 29 28 3D 167 1A 1F
Octal 144 73 74 0 51 50 75 547 32 37
Binary 1100100 111011 111100 0 101001 101000 111101 101100111 11010 11111

Color Harmonies of #643B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643B3C

Black with #643B3C

Text Example


Text Example

White with #643B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643B3C; }

 p { color: rgb(100,59,60); }

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

background-color css

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

 a { background-color: rgb(100,59,60); }

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

border-color css

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

 span { border-color: rgb(100,59,60); }

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