Html Css Color HEX #663A40 Merlot

📋 copy color: '#663A40'

red 102 ◦ green 58 ◦ blue 64

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

Shades of Merlot #663A40

Tints of Merlot #663A40

RGB

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

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

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

R = 45.54%
G = 25.89%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#663A40 (or 0x663A40) is known color: Merlot. HEX triplet: 66, 3A and 40. RGB value is (102,58,64). Sum of RGB (Red+Green+Blue) = 102+58+64=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 102 - color contains mainly: red. Hex color #663A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663A40 is #99C5BF. Grayscale: #474747. Windows color (decimal): -10077632 or 4209254. OLE color: 4209254.

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

Color convert

RGB 102 58 64 -
CMYK 0 0.43 0.37 0.6
HSL 351.82º 0.28% 0.31% -
HSV(B) 351.82º 0.43% 0.4% -
XYZ 7.92 6.22 5.63 -
YUV 71.84 123.58 149.51 -
System Red Green Blue C M Y K H S L
Decimal 102 58 64 0 0.43 0.37 0.6 351.82 0.28 0.31
Hex 66 3A 40 0 2B 25 3C 160 1C 1F
Octal 146 72 100 0 53 45 74 540 34 37
Binary 1100110 111010 1000000 0 101011 100101 111100 101100000 11100 11111

Color Harmonies of #663A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663A40

Black with #663A40

Text Example


Text Example

White with #663A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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