Html Css Color HEX #663B41 Merlot

📋 copy color: '#663B41'

red 102 ◦ green 59 ◦ blue 65

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

Shades of Merlot #663B41

Tints of Merlot #663B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 28.76%

R = 45.13%
G = 26.11%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#663B41 (or 0x663B41) is known color: Merlot. HEX triplet: 66, 3B and 41. RGB value is (102,59,65). Sum of RGB (Red+Green+Blue) = 102+59+65=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #663B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663B41 is #99C4BE. Grayscale: #484848. Windows color (decimal): -10077375 or 4275046. OLE color: 4275046.

HSL color Cylindrical-coordinate representation of color #663B41: hue angle of 351.63º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #663B41 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 59 65 -
CMYK 0 0.42 0.36 0.6
HSL 351.63º 0.27% 0.32% -
HSV(B) 351.63º 0.42% 0.4% -
XYZ 8 6.33 5.8 -
YUV 72.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 102 59 65 0 0.42 0.36 0.6 351.63 0.27 0.32
Hex 66 3B 41 0 2A 24 3C 160 1B 20
Octal 146 73 101 0 52 44 74 540 33 40
Binary 1100110 111011 1000001 0 101010 100100 111100 101100000 11011 100000

Color Harmonies of #663B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663B41

Black with #663B41

Text Example


Text Example

White with #663B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663B41; }

 p { color: rgb(102,59,65); }

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

background-color css

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

 a { background-color: rgb(102,59,65); }

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

border-color css

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

 span { border-color: rgb(102,59,65); }

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