Html Css Color HEX #663940 Merlot

📋 copy color: '#663940'

red 102 ◦ green 57 ◦ blue 64

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

Shades of Merlot #663940

Tints of Merlot #663940

RGB

 RED value IS 102 (40.23% from 255) = 45.74%

 GREEN value IS 57 (22.66% from 255) = 25.56%

 BLUE value IS 64 (25.39% from 255) = 28.7%

R = 45.74%
G = 25.56%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#663940 (or 0x663940) is known color: Merlot. HEX triplet: 66, 39 and 40. RGB value is (102,57,64). Sum of RGB (Red+Green+Blue) = 102+57+64=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 102 - color contains mainly: red. Hex color #663940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663940 is #99C6BF. Grayscale: #474747. Windows color (decimal): -10077888 or 4208998. OLE color: 4208998.

HSL color Cylindrical-coordinate representation of color #663940: hue angle of 350.67º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #663940 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 57 64 -
CMYK 0 0.44 0.37 0.6
HSL 350.67º 0.28% 0.31% -
HSV(B) 350.67º 0.44% 0.4% -
XYZ 7.87 6.12 5.62 -
YUV 71.25 123.91 149.93 -
System Red Green Blue C M Y K H S L
Decimal 102 57 64 0 0.44 0.37 0.6 350.67 0.28 0.31
Hex 66 39 40 0 2C 25 3C 15F 1C 1F
Octal 146 71 100 0 54 45 74 537 34 37
Binary 1100110 111001 1000000 0 101100 100101 111100 101011111 11100 11111

Color Harmonies of #663940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663940

Black with #663940

Text Example


Text Example

White with #663940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663940; }

 p { color: rgb(102,57,64); }

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

background-color css

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

 a { background-color: rgb(102,57,64); }

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

border-color css

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

 span { border-color: rgb(102,57,64); }

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