Html Css Color HEX #663538 Merlot

📋 copy color: '#663538'

red 102 ◦ green 53 ◦ blue 56

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

Shades of Merlot #663538

Tints of Merlot #663538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.54%

R = 48.34%
G = 25.12%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.6

RGB Variations

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

Color information

#663538 (or 0x663538) is known color: Merlot. HEX triplet: 66, 35 and 38. RGB value is (102,53,56). Sum of RGB (Red+Green+Blue) = 102+53+56=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #663538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663538 is #99CAC7. Grayscale: #444444. Windows color (decimal): -10078920 or 3683686. OLE color: 3683686.

HSL color Cylindrical-coordinate representation of color #663538: hue angle of 356.33º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #663538 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 53 56 -
CMYK 0 0.48 0.45 0.6
HSL 356.33º 0.32% 0.3% -
HSV(B) 356.33º 0.48% 0.4% -
XYZ 7.47 5.66 4.44 -
YUV 67.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 102 53 56 0 0.48 0.45 0.6 356.33 0.32 0.3
Hex 66 35 38 0 30 2D 3C 164 20 1E
Octal 146 65 70 0 60 55 74 544 40 36
Binary 1100110 110101 111000 0 110000 101101 111100 101100100 100000 11110

Color Harmonies of #663538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663538

Black with #663538

Text Example


Text Example

White with #663538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663538; }

 p { color: rgb(102,53,56); }

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

background-color css

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

 a { background-color: rgb(102,53,56); }

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

border-color css

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

 span { border-color: rgb(102,53,56); }

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